From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kode/kwsdl/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kode/kwsdl/main.cpp') diff --git a/kode/kwsdl/main.cpp b/kode/kwsdl/main.cpp index c793dde79..aff51ec4d 100644 --- a/kode/kwsdl/main.cpp +++ b/kode/kwsdl/main.cpp @@ -27,9 +27,9 @@ #include #include -#include -#include -#include +#include +#include +#include static const KCmdLineOptions options[] = { @@ -61,9 +61,9 @@ int main( int argc, char **argv ) KApplication app( false, false ); - QString outputDirectory = QFile::decodeName( args->getOption( "directory" ) ); + TQString outputDirectory = TQFile::decodeName( args->getOption( "directory" ) ); if ( outputDirectory.isEmpty() ) - outputDirectory = QDir::current().path(); + outputDirectory = TQDir::current().path(); KWSDL::Compiler compiler; compiler.setWSDLUrl( args->url( 0 ).path() ); @@ -71,7 +71,7 @@ int main( int argc, char **argv ) if ( args->isSet( "namespace" ) ) compiler.setNameSpace( args->getOption( "namespace" ) ); - QTimer::singleShot( 0, &compiler, SLOT( run() ) ); + TQTimer::singleShot( 0, &compiler, TQT_SLOT( run() ) ); return app.exec(); } -- cgit v1.2.1