summaryrefslogtreecommitdiffstats
path: root/kanagram/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kanagram/src/main.cpp')
-rw-r--r--kanagram/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kanagram/src/main.cpp b/kanagram/src/main.cpp
index 75481435..34c5288d 100644
--- a/kanagram/src/main.cpp
+++ b/kanagram/src/main.cpp
@@ -35,7 +35,7 @@ int main(int argc, char *argv[])
about.addCredit("Artemiy Pavlov", I18N_NOOP("Sound effects"), 0, "http://artemiolabs.com");
TDECmdLineArgs::init(argc, argv, &about);
TDEApplication app;
- app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit()));
+ app.connect(&app, TQ_SIGNAL(lastWindowClosed()), &app, TQ_SLOT(quit()));
KanagramSettings::setJustGotFont(false);
TQFont f("squeaky chalk sound");