[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:23:18 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=979ce27

The following commit has been merged in the master branch:
commit 979ce27e1042f35a6552929d2da93b0b11a912c8
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Feb 16 00:20:50 2013 +0000

    Fix TpQt include
---
 app/invite-contact-dialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/invite-contact-dialog.cpp b/app/invite-contact-dialog.cpp
index 49e1d35..99c7a5e 100644
--- a/app/invite-contact-dialog.cpp
+++ b/app/invite-contact-dialog.cpp
@@ -29,12 +29,12 @@
 
 #include <TelepathyQt/Contact>
 #include <TelepathyQt/TextChannel>
+#include <TelepathyQt/PendingChannelRequest>
 
 #include <KTp/debug.h>
 #include <KTp/Models/accounts-model.h>
 #include <KTp/Models/accounts-filter-model.h>
 #include <KTp/Widgets/contact-grid-widget.h>
-#include <telepathy-qt4/TelepathyQt/PendingChannelRequest>
 
 InviteContactDialog::InviteContactDialog(const Tp::AccountPtr &account, const Tp::TextChannelPtr &channel, QWidget *parent) :
     KDialog(parent),

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list