summaryrefslogtreecommitdiffstats
path: root/qt
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2004-01-28 03:33:44 +0000
committerZack Rusin <zack@kde.org>2004-01-28 03:33:44 +0000
commite9661689029bcce7b48ddf930690117b89ae5b98 (patch)
treecea619e0ab0aef4608b381d0720c0fb986af8492 /qt
parentd138ac8d1f41699ce9d4156e0a479d4d708240e7 (diff)
thingies
Diffstat (limited to 'qt')
-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 58bfeb75..54c4689e 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 55d4e788..69c686d0 100644
--- a/qt/message.cpp
+++ b/qt/message.cpp
@@ -22,6 +22,7 @@
*/
#include "message.h"
+#include <cstdlib>
namespace DBusQt {