[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:04:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=73cc2d8

The following commit has been merged in the master branch:
commit 73cc2d88dc3af552f7a6e1d3b50936c71e857594
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.
---
 KTp/message.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/KTp/message.h b/KTp/message.h
index aaf69e9..c3fdee6 100644
--- a/KTp/message.h
+++ b/KTp/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-common-internals packaging



More information about the pkg-kde-commits mailing list