[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:21 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=fdfdf14

The following commit has been merged in the master branch:
commit fdfdf14b2e3449fd8b026f5f44fe8f84c65008db
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri May 4 11:55:32 2012 +0200

    Fix includes
    
    Use proper includes instead of the whole <QtGui>
---
 config/nowplaying-lineedit.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config/nowplaying-lineedit.cpp b/config/nowplaying-lineedit.cpp
index 95be38b..5bc1f61 100644
--- a/config/nowplaying-lineedit.cpp
+++ b/config/nowplaying-lineedit.cpp
@@ -18,7 +18,10 @@
 
 #include "nowplaying-lineedit.h"
 
-#include <QtGui>
+#include <QLineEdit>
+#include <QMimeData>
+#include <QMouseEvent>
+#include <QDropEvent>
 
 NowPlayingLineEdit::NowPlayingLineEdit(QWidget *parent)
 : QLineEdit(parent)

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list