summaryrefslogtreecommitdiffstats
path: root/wizards/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/main.cpp')
-rw-r--r--wizards/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/main.cpp b/wizards/main.cpp
index e93a2936..4cef5419 100644
--- a/wizards/main.cpp
+++ b/wizards/main.cpp
@@ -27,7 +27,7 @@ int main( int argc, char **argv )
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
- QString serverType;
+ TQString serverType;
if ( args->isSet( "serverType" ) )
serverType = args->getOption( "serverType" );