summaryrefslogtreecommitdiffstats
path: root/libtdegames/kgameprogress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdegames/kgameprogress.cpp')
-rw-r--r--libtdegames/kgameprogress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgameprogress.cpp b/libtdegames/kgameprogress.cpp
index 90ef73be..f3b48c5a 100644
--- a/libtdegames/kgameprogress.cpp
+++ b/libtdegames/kgameprogress.cpp
@@ -72,7 +72,7 @@ void KGameProgress::initialize()
bar_style = Solid;
text_enabled = TRUE;
setBackgroundMode( PaletteBackground );
- connect(kapp, TQT_SIGNAL(appearanceChanged()), this, TQT_SLOT(paletteChange()));
+ connect(kapp, TQ_SIGNAL(appearanceChanged()), this, TQ_SLOT(paletteChange()));
paletteChange();
}