diff options
Diffstat (limited to 'libtdegames/kgame/DESIGN')
-rw-r--r-- | libtdegames/kgame/DESIGN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgame/DESIGN b/libtdegames/kgame/DESIGN index 1b834454..0ad9be8b 100644 --- a/libtdegames/kgame/DESIGN +++ b/libtdegames/kgame/DESIGN @@ -347,7 +347,7 @@ a slot like slotDebug() { KGameDebugDialog* dialog = new KGameDebugDialog(mGame, this); - connect(dialog, SIGNAL(finished()), dialog, SLOT(slotDelayedDestruct())); + connect(dialog, TQ_SIGNAL(finished()), dialog, TQ_SLOT(slotDelayedDestruct())); dialog->show(); } that's it. |