[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:22:22 UTC 2016


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

The following commit has been merged in the master branch:
commit a89c58852da7cc10488fff59fb2564386226b3bf
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Aug 9 11:33:46 2012 +0100

    Remove pointless include
---
 config/messages-config.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/config/messages-config.cpp b/config/messages-config.cpp
index fd79b56..cb14ffd 100644
--- a/config/messages-config.cpp
+++ b/config/messages-config.cpp
@@ -17,8 +17,7 @@
 */
 
 #include "messages-config.h"
-#include "message-processor.h"
-#include <plugin-config-manager.h>
+#include "plugin-config-manager.h"
 
 #include <QVBoxLayout>
 
@@ -45,4 +44,4 @@ MessagesConfig::MessagesConfig(QWidget *parent, const QVariantList &args)
     QLayout *layout = new QVBoxLayout();
     layout->addWidget(pluginSelector());
     setLayout(layout);
-}
\ No newline at end of file
+}

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list