diff options
Diffstat (limited to 'kaddressbook/main.cpp')
-rw-r--r-- | kaddressbook/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp index bfb5f8159..48cf08b6d 100644 --- a/kaddressbook/main.cpp +++ b/kaddressbook/main.cpp @@ -24,7 +24,7 @@ #include <stdlib.h> #include <unistd.h> -#include <qstring.h> +#include <tqstring.h> #include <kabc/stdaddressbook.h> #include <kaboutdata.h> @@ -74,7 +74,7 @@ int KAddressBookApp::newInstance() // otherwise, leave the window like it is (hidden or shown) KStartupInfo::appStarted(); } else { - QString file; + TQString file; if ( args->isSet( "document" ) ) { file = args->getOption( "document" ); } |