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

List:       kde-commits
Subject:    [ktp-contact-list/kpeople] /: Fix compile to renamed includes
From:       David Edmundson <kde () davidedmundson ! co ! uk>
Date:       2013-05-31 18:17:51
Message-ID: 20130531181751.520CAA6067 () git ! kde ! org
[Download RAW message or body]

Git commit e2127c011269dbf1f8bc94acb25745c65714d2ca by David Edmundson.
Committed on 31/05/2013 at 20:16.
Pushed by davidedmundson into branch 'kpeople'.

Fix compile to renamed includes

M  +0    -2    contact-delegate-compact.cpp
M  +24   -24   contact-list-widget.cpp

http://commits.kde.org/telepathy-contact-list/e2127c011269dbf1f8bc94acb25745c65714d2ca

diff --git a/contact-delegate-compact.cpp b/contact-delegate-compact.cpp
index 8ae8317..b656524 100644
--- a/contact-delegate-compact.cpp
+++ b/contact-delegate-compact.cpp
@@ -37,8 +37,6 @@
 
 #include <KTp/types.h>
 
-#include <kpeople/persons-model.h>
-
 ContactDelegateCompact::ContactDelegateCompact(ContactDelegateCompact::ListSize size, QObject * parent)
     : AbstractContactDelegate(parent)
 {
diff --git a/contact-list-widget.cpp b/contact-list-widget.cpp
index 0ffb66d..bc4d04f 100644
--- a/contact-list-widget.cpp
+++ b/contact-list-widget.cpp
@@ -58,11 +58,11 @@
 
 #include <QAction>
 
-#include <kpeople/persons-model.h>
-#include <kpeople/ktp-translation-proxy.h>
-#include <kpeople/person-plugin-manager.h>
-#include <kpeople/base-persons-data-source.h>
-#include <kpeople/im-persons-data-source.h>
+#include <kpeople/personsmodel.h>
+#include <kpeople/ktptranslationproxy.h>
+#include <kpeople/personpluginmanager.h>
+#include <kpeople/basepersonsdatasource.h>
+#include <kpeople/impersonsdatasource.h>
 
 #include "contact-delegate.h"
 #include "contact-delegate-compact.h"
@@ -355,65 +355,65 @@ void ContactListWidget::accountEnablingFinished(Tp::PendingOperation *op)
 void ContactListWidget::addOverlayButtons()
 {
 //     Q_D(ContactListWidget);
-// 
+//
 //     TextChannelContactOverlay *textOverlay  = new TextChannelContactOverlay(this);
 //     AudioChannelContactOverlay *audioOverlay = new AudioChannelContactOverlay(this);
 //     VideoChannelContactOverlay *videoOverlay = new VideoChannelContactOverlay(this);
-// 
+//
 //     FileTransferContactOverlay *fileOverlay  = new FileTransferContactOverlay(this);
 //     DesktopSharingContactOverlay *desktopOverlay = new DesktopSharingContactOverlay(this);
 //     LogViewerOverlay *logViewerOverlay = new LogViewerOverlay(this);
-// 
+//
 //     d->delegate->installOverlay(textOverlay);
 //     d->delegate->installOverlay(audioOverlay);
 //     d->delegate->installOverlay(videoOverlay);
 //     d->delegate->installOverlay(fileOverlay);
 //     d->delegate->installOverlay(desktopOverlay);
 //     d->delegate->installOverlay(logViewerOverlay);
-// 
+//
 //     d->delegate->setViewOnAllOverlays(this);
 //     d->delegate->setAllOverlaysActive(true);
-// 
+//
 //     connect(textOverlay, SIGNAL(overlayActivated(QModelIndex)),
 //             d->delegate, SLOT(hideStatusMessageSlot(QModelIndex)));
-// 
+//
 //     connect(textOverlay, SIGNAL(overlayHidden()),
 //             d->delegate, SLOT(reshowStatusMessageSlot()));
-// 
-// 
+//
+//
 //     connect(textOverlay, SIGNAL(activated(Tp::AccountPtr, Tp::ContactPtr)),
 //             this, SLOT(startTextChannel(Tp::AccountPtr, Tp::ContactPtr)));
-// 
+//
 //     connect(fileOverlay, SIGNAL(activated(Tp::AccountPtr, Tp::ContactPtr)),
 //             this, SLOT(startFileTransferChannel(Tp::AccountPtr, Tp::ContactPtr)));
-// 
+//
 //     connect(audioOverlay, SIGNAL(activated(Tp::AccountPtr, Tp::ContactPtr)),
 //             this, SLOT(startAudioChannel(Tp::AccountPtr, Tp::ContactPtr)));
-// 
+//
 //     connect(videoOverlay, SIGNAL(activated(Tp::AccountPtr, Tp::ContactPtr)),
 //             this, SLOT(startVideoChannel(Tp::AccountPtr, Tp::ContactPtr)));
-// 
+//
 //     connect(desktopOverlay, SIGNAL(activated(Tp::AccountPtr, Tp::ContactPtr)),
 //             this, SLOT(startDesktopSharing(Tp::AccountPtr, Tp::ContactPtr)));
-// 
+//
 //     connect(logViewerOverlay, SIGNAL(activated(Tp::AccountPtr,Tp::ContactPtr)),
 //             this, SLOT(startLogViewer(Tp::AccountPtr, Tp::ContactPtr)));
-// 
+//
 //     connect(this, SIGNAL(enableOverlays(bool)),
 //             textOverlay, SLOT(setActive(bool)));
-// 
+//
 //     connect(this, SIGNAL(enableOverlays(bool)),
 //             audioOverlay, SLOT(setActive(bool)));
-// 
+//
 //     connect(this, SIGNAL(enableOverlays(bool)),
 //             videoOverlay, SLOT(setActive(bool)));
-// 
+//
 //     connect(this, SIGNAL(enableOverlays(bool)),
 //             fileOverlay, SLOT(setActive(bool)));
-// 
+//
 //     connect(this, SIGNAL(enableOverlays(bool)),
 //             desktopOverlay, SLOT(setActive(bool)));
-// 
+//
 //     connect(this, SIGNAL(enableOverlays(bool)),
 //             logViewerOverlay, SLOT(setActive(bool)));
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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