diff options
Diffstat (limited to 'kooka/main.cpp')
-rw-r--r-- | kooka/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kooka/main.cpp b/kooka/main.cpp index 086d3ddf..67f014c9 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -26,8 +26,8 @@ * * ***************************************************************************/ -#include <qdict.h> -#include <qpixmap.h> +#include <tqdict.h> +#include <tqpixmap.h> #include <kapplication.h> #include <dcopclient.h> @@ -90,7 +90,7 @@ int main( int argc, char *argv[] ) KIconLoader *loader = KGlobal::iconLoader(); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); - QCString devToUse = args->getOption( "d" ); + TQCString devToUse = args->getOption( "d" ); if( args->isSet("g") ) { devToUse = "gallery"; |