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


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

The following commit has been merged in the master branch:
commit 753956c345f0c52951baf01bd40d6d28b266bb11
Author: Christophe Giboudeaux <cgiboudeaux at gmx.com>
Date:   Wed Sep 25 11:13:30 2013 +0200

    Fix build with kdelibs < 4.10
---
 logviewer/dates-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logviewer/dates-model.cpp b/logviewer/dates-model.cpp
index d887841..c474892 100644
--- a/logviewer/dates-model.cpp
+++ b/logviewer/dates-model.cpp
@@ -26,7 +26,7 @@
 #include <TelepathyQt/Account>
 
 #include <KDE/KLocalizedString>
-#include <KDE/KLocalizedDate>
+#include <klocalizeddate.h>
 #include <KDE/KDebug>
 
 Q_DECLARE_METATYPE(Tp::AccountPtr)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list