aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2008-04-28 17:20:23 +0000
committerGravatar Szymon Tomasz Stefanek2008-04-28 17:20:23 +0000
commit7504fa8dea3cd118a5de11030f84385e95039595 (patch)
tree39ccb0c9a70e01ef85d9dcb71cd87ced63838477 /src/modules/system
parentcommented subversion module; fix to KviTalTabDialog (diff)
downloadKVIrc-7504fa8dea3cd118a5de11030f84385e95039595.tar.gz
KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.tar.bz2
KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.zip
Preliminary KDE4 support. Now compiles and runs.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1616 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/system')
-rw-r--r--src/modules/system/libkvisystem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp
index 38023226a..63efd9a16 100644
--- a/src/modules/system/libkvisystem.cpp
+++ b/src/modules/system/libkvisystem.cpp
@@ -45,7 +45,7 @@
#include <unistd.h>
#endif
-#ifdef COMPILE_KDE_SUPPORT
+#ifdef COMPILE_KDE3_SUPPORT
#include <dcopclient.h>
#endif
@@ -466,7 +466,7 @@ static bool system_kvs_fnc_dcop(KviKvsModuleFunctionCall *c)
}
}
-#ifdef COMPILE_KDE_SUPPORT
+#ifdef COMPILE_KDE3_SUPPORT
QByteArray ba;
QDataStream ds(ba, IO_WriteOnly);