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


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

The following commit has been merged in the master branch:
commit c8457b6375c10ac4e393c73c5d68782ebef4da96
Author: Lasath Fernando <kde at lasath.org>
Date:   Fri Feb 3 19:27:34 2012 +1100

    Change header guard of message.h to reflect namespace change.
---
 lib/message.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/message.h b/lib/message.h
index aaf69e9..c3fdee6 100644
--- a/lib/message.h
+++ b/lib/message.h
@@ -17,8 +17,8 @@
 */
 
 
-#ifndef KTP_MESSAGE_H
-#define KTP_MESSAGE_H
+#ifndef MESSAGE_H
+#define MESSAGE_H
 
 #include <TelepathyQt/Message>
 
@@ -47,4 +47,4 @@ private:
 };
 
 
-#endif // KTP_MESSAGE_H
+#endif // MESSAGE_H

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list