diff options
Diffstat (limited to 'ksayit/src/main.cpp')
-rw-r--r-- | ksayit/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/main.cpp b/ksayit/src/main.cpp index 9dcf0fe..61935da 100644 --- a/ksayit/src/main.cpp +++ b/ksayit/src/main.cpp @@ -52,7 +52,7 @@ int main(int argc, char *argv[]) KArtsDispatcher dispatcher; // setup DCOP - QCString appID = app.dcopClient()->registerAs( app.name(), false ); + TQCString appID = app.dcopClient()->registerAs( app.name(), false ); KSayItApp *ksayit = new KSayItApp(0, "MainWindow", 0, appID); // ksayit->hide(); |