diff options
Diffstat (limited to 'kdecore/tests/startserviceby.cpp')
-rw-r--r-- | kdecore/tests/startserviceby.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdecore/tests/startserviceby.cpp b/kdecore/tests/startserviceby.cpp index 4411eed53..93e6716ef 100644 --- a/kdecore/tests/startserviceby.cpp +++ b/kdecore/tests/startserviceby.cpp @@ -32,10 +32,10 @@ main(int argc, char *argv[]) KApplication a; - QString error; - QCString dcopService; + TQString error; + TQCString dcopService; int pid; - a.startServiceByDesktopName( "kaddressbook", QString::null, &error, &dcopService, &pid ); + a.startServiceByDesktopName( "kaddressbook", TQString::null, &error, &dcopService, &pid ); kdDebug() << "Started. error=" << error << " dcopService=" << dcopService << " pid=" << pid << endl; a.exec(); } |