summaryrefslogtreecommitdiffstats
path: root/ksame/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksame/main.cpp')
-rw-r--r--ksame/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksame/main.cpp b/ksame/main.cpp
index 08c1e076..30423f16 100644
--- a/ksame/main.cpp
+++ b/ksame/main.cpp
@@ -19,7 +19,7 @@
*/
#include <stdio.h>
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kapplication.h>
#include <klocale.h>
@@ -39,7 +39,7 @@ int main( int argc, char **argv ) {
aboutData.addAuthor("Marcus Kreutzberger", 0, "kreutzbe@informatik.mu-luebeck.de");
KCmdLineArgs::init(argc, argv, &aboutData);
- KApplication::setColorSpec(QApplication::ManyColor+QApplication::CustomColor);
+ KApplication::setColorSpec(TQApplication::ManyColor+TQApplication::CustomColor);
KApplication a;
KGlobal::locale()->insertCatalogue("libkdegames");