]> git.pld-linux.org Git - packages/decibel.git/blame - decibel-types.patch
- fix types (at least one is correct, the second one may be broken)
[packages/decibel.git] / decibel-types.patch
CommitLineData
51256c99 1--- include/Decibel/types.h 2007-07-27 11:36:15.000000000 +0200
2+++ include/Decibel/hmm 2008-11-19 16:45:56.181019750 +0100
3@@ -27,7 +27,7 @@
4 #include <QtDBus/QDBusArgument>
5 #include <QtDBus/QDBusMetaType>
6
7-#include <QtTelepathy/Common/BaseTypes>
8+#include <QtTelepathy/Common/Types>
9
10 namespace QtTapioca
11 {
12--- src/server/connectionfacade.h 2008-11-19 16:52:45.586606000 +0100
13+++ src/server/connectionfacade.h-new 2008-11-19 16:53:16.304525750 +0100
14@@ -152,7 +152,7 @@
15
16 /** @brief Called by Tapioca whenever a presence was updated. */
17 void onPresenceUpdated(QtTapioca::ContactBase *,
18- QtTapioca::ContactBase::Presence,
19+ QtTapioca::PresenceState,
20 const QString &);
21
22 /** @brief Called by Tapioca whenever a Channel was opened. */
This page took 0.084648 seconds and 4 git commands to generate.