summaryrefslogtreecommitdiffstats
path: root/libtdegames/highscore/kexthighscore_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdegames/highscore/kexthighscore_gui.cpp')
-rw-r--r--libtdegames/highscore/kexthighscore_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/highscore/kexthighscore_gui.cpp b/libtdegames/highscore/kexthighscore_gui.cpp
index 19f9c004..d11d10ce 100644
--- a/libtdegames/highscore/kexthighscore_gui.cpp
+++ b/libtdegames/highscore/kexthighscore_gui.cpp
@@ -211,7 +211,7 @@ HighscoresDialog::HighscoresDialog(int rank, TQWidget *parent)
TQString title = internal->manager.gameTypeLabel(i, Manager::I18N);
TQString icon = internal->manager.gameTypeLabel(i, Manager::Icon);
TQWidget *w = addVBoxPage(title, TQString(),
- BarIcon(icon, KIcon::SizeLarge));
+ BarIcon(icon, TDEIcon::SizeLarge));
if ( i==internal->gameType() ) createPage(w);
}