summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/main.cpp')
-rw-r--r--kode/kwsdl/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kwsdl/main.cpp b/kode/kwsdl/main.cpp
index 5ba4f533c..900f6ee44 100644
--- a/kode/kwsdl/main.cpp
+++ b/kode/kwsdl/main.cpp
@@ -71,7 +71,7 @@ int main( int argc, char **argv )
if ( args->isSet( "namespace" ) )
compiler.setNameSpace( args->getOption( "namespace" ) );
- TQTimer::singleShot( 0, &compiler, TQT_SLOT( run() ) );
+ TQTimer::singleShot( 0, &compiler, TQ_SLOT( run() ) );
return app.exec();
}