[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [libkpeople] src/widgets/plugins: Fix compile referencing installed files
From:       David Edmundson <kde () davidedmundson ! co ! uk>
Date:       2013-05-31 18:08:02
Message-ID: 20130531180802.0BE13A6067 () git ! kde ! org
[Download RAW message or body]

Git commit 05c4ab15ad8c14ae0fbcc5bd460a0f72832454bc by David Edmundson.
Committed on 31/05/2013 at 20:07.
Pushed by davidedmundson into branch 'master'.

Fix compile referencing installed files

M  +1    -1    src/widgets/plugins/emaildetailswidget.cpp
M  +2    -3    src/widgets/plugins/phonedetailswidget.cpp

http://commits.kde.org/libkpeople/05c4ab15ad8c14ae0fbcc5bd460a0f72832454bc

diff --git a/src/widgets/plugins/emaildetailswidget.cpp b/src/widgets/plugi=
ns/emaildetailswidget.cpp
index e911845..fa5c0cf 100644
--- a/src/widgets/plugins/emaildetailswidget.cpp
+++ b/src/widgets/plugins/emaildetailswidget.cpp
@@ -20,7 +20,7 @@
 =

 #include <QGridLayout>
 =

-#include <kpeople/persondata.h>
+#include "persondata.h"
 =

 #include <QVBoxLayout>
 #include <QLabel>
diff --git a/src/widgets/plugins/phonedetailswidget.cpp b/src/widgets/plugi=
ns/phonedetailswidget.cpp
index e08b253..b347c04 100644
--- a/src/widgets/plugins/phonedetailswidget.cpp
+++ b/src/widgets/plugins/phonedetailswidget.cpp
@@ -19,14 +19,13 @@
 #include "phonedetailswidget.h"
 =

 #include <QGridLayout>
-
-#include <kpeople/persondata.h>
-
 #include <QVBoxLayout>
 #include <QLabel>
 =

 #include <KLocalizedString>
 =

+#include "persondata.h"
+
 PhoneDetailsWidget::PhoneDetailsWidget(QWidget *parent):
     AbstractPersonDetailsWidget(parent)
 {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic