summaryrefslogtreecommitdiffstats
path: root/ksnake/startroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/startroom.cpp')
-rw-r--r--ksnake/startroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/startroom.cpp b/ksnake/startroom.cpp
index 725fe690..b2af039e 100644
--- a/ksnake/startroom.cpp
+++ b/ksnake/startroom.cpp
@@ -61,7 +61,7 @@ StartRoom::StartRoom( TQWidget *parent, const char *name)
textLabel->setText(i18n("First level:"));
Form1Layout->addWidget( textLabel, 1, 0 );
- connect( roomRange, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(loadLevel(int)));
+ connect( roomRange, TQ_SIGNAL(valueChanged(int)), TQ_SLOT(loadLevel(int)));
loadLevel(1);
}