diff options
Diffstat (limited to 'wizards/main.cpp')
-rw-r--r-- | wizards/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/main.cpp b/wizards/main.cpp index e93a2936c..4cef5419c 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" ); |