summaryrefslogtreecommitdiffstats
path: root/libtdegames/highscore/kexthighscore_gui.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:16:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:16:20 -0600
commit64ced13f94a9695148d38a84ee27e421f91e503a (patch)
tree88745a8a2c82382d21a5c268a3170e68c00b3835 /libtdegames/highscore/kexthighscore_gui.cpp
parent41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 (diff)
downloadtdegames-64ced13f94a9695148d38a84ee27e421f91e503a.tar.gz
tdegames-64ced13f94a9695148d38a84ee27e421f91e503a.zip
Rename KIcon to enhance compatibility with KDE4
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);
}