summaryrefslogtreecommitdiffstats
path: root/src/modules/channelsjoin/libkvichannelsjoin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/channelsjoin/libkvichannelsjoin.cpp')
-rw-r--r--src/modules/channelsjoin/libkvichannelsjoin.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/channelsjoin/libkvichannelsjoin.cpp b/src/modules/channelsjoin/libkvichannelsjoin.cpp
index a2936e8e..2cb992da 100644
--- a/src/modules/channelsjoin/libkvichannelsjoin.cpp
+++ b/src/modules/channelsjoin/libkvichannelsjoin.cpp
@@ -30,10 +30,10 @@
#include "kvi_locale.h"
#include "kvi_config.h"
-#include <qsplitter.h>
+#include <tqsplitter.h>
KviChannelsJoinWindow * g_pChannelsWindow = 0;
-QRect g_rectChannelsJoinGeometry;
+TQRect g_rectChannelsJoinGeometry;
/*
@doc: channelsjoin.open
@@ -68,11 +68,11 @@ static bool channelsjoin_kvs_cmd_open(KviKvsModuleCommandCall * c)
static bool channelsjoin_module_init(KviModule * m)
{
- QString fName;
+ TQString fName;
m->getDefaultConfigFileName(fName);
KviConfig cfg(fName,KviConfig::Read);
- g_rectChannelsJoinGeometry = cfg.readRectEntry("geometry",QRect(30,30,320,410));
+ g_rectChannelsJoinGeometry = cfg.readRectEntry("geometry",TQRect(30,30,320,410));
KVSM_REGISTER_SIMPLE_COMMAND(m,"open",channelsjoin_kvs_cmd_open);
return true;
@@ -80,7 +80,7 @@ static bool channelsjoin_module_init(KviModule * m)
static bool channelsjoin_module_cleanup(KviModule *m)
{
- QString fName;
+ TQString fName;
m->getDefaultConfigFileName(fName);
KviConfig cfg(fName,KviConfig::Write);