summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2004-01-28 03:33:44 +0000
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-06-28 08:15:08 -0400
commit358c004a70fd7874c940149c679fd7e37c149705 (patch)
treeea70e2b7a376ca061c7f5407844d8a779fad6229
parent7d208a8772289d5778c3c4c4da5bc092e64f1b03 (diff)
thingies
-rw-r--r--qt/connection.cpp4
-rw-r--r--qt/message.cpp1
2 files changed, 5 insertions, 0 deletions
diff --git a/qt/connection.cpp b/qt/connection.cpp
index 58bfeb7..54c4689 100644
--- a/qt/connection.cpp
+++ b/qt/connection.cpp
@@ -120,6 +120,10 @@ Message Connection::sendWithReplyAndBlock( const Message &m )
return Message( reply );
}
+void* Connection::virtual_hook( int, void* )
+{
+}
+
/////////////////////////////////////////////////////////
#include "connection.moc"
diff --git a/qt/message.cpp b/qt/message.cpp
index 55d4e78..69c686d 100644
--- a/qt/message.cpp
+++ b/qt/message.cpp
@@ -22,6 +22,7 @@
*/
#include "message.h"
+#include <cstdlib>
namespace DBusQt {