summaryrefslogtreecommitdiffstats
path: root/quanta/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/src/main.cpp')
-rw-r--r--quanta/src/main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp
index 39672048..527c9956 100644
--- a/quanta/src/main.cpp
+++ b/quanta/src/main.cpp
@@ -28,11 +28,11 @@
#include <dcopref.h>
// qt includes
-#include <qpixmap.h>
-#include <qnetwork.h>
-#include <qdom.h>
-#include <qfile.h>
-#include <qfileinfo.h>
+#include <tqpixmap.h>
+#include <tqnetwork.h>
+#include <tqdom.h>
+#include <tqfile.h>
+#include <tqfileinfo.h>
// app includes
#include "kqapp.h"
@@ -202,8 +202,8 @@ int main(int argc, char *argv[])
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
for (int i = 0; i < args->count(); i++)
{
- QString s = args->url(i).url();
- DCOPRef("quanta", "WindowManagerIf").call("openFile(QString, int, int)", s, 1, 1); // Activate it
+ TQString s = args->url(i).url();
+ DCOPRef("quanta", "WindowManagerIf").call("openFile(TQString, int, int)", s, 1, 1); // Activate it
}
DCOPRef("quanta", QUANTA_PACKAGE).call("newInstance()");
exit(0);