summaryrefslogtreecommitdiffstats
path: root/kpat
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:28:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:28:09 -0600
commit905e326a1d1fc90f1626bcb12e01efa387375827 (patch)
tree5fd1b3ee1d527590ccde087d55d8686529e568d1 /kpat
parentac666ecfcc3118940f230481fdb85cbb237402c8 (diff)
downloadtdegames-905e326a1d1fc90f1626bcb12e01efa387375827.tar.gz
tdegames-905e326a1d1fc90f1626bcb12e01efa387375827.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kpat')
-rw-r--r--kpat/pwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/pwidget.cpp b/kpat/pwidget.cpp
index 791955c1..7e0f85c2 100644
--- a/kpat/pwidget.cpp
+++ b/kpat/pwidget.cpp
@@ -102,8 +102,8 @@ pWidget::pWidget()
}
games->setItems(list);
- TDEGlobal::dirs()->addResourceType("wallpaper", KStandardDirs::kde_default("data") + "kpat/backgrounds/");
- TDEGlobal::dirs()->addResourceType("wallpaper", KStandardDirs::kde_default("data") + "ksnake/backgrounds/");
+ TDEGlobal::dirs()->addResourceType("wallpaper", TDEStandardDirs::kde_default("data") + "kpat/backgrounds/");
+ TDEGlobal::dirs()->addResourceType("wallpaper", TDEStandardDirs::kde_default("data") + "ksnake/backgrounds/");
wallpapers = new KSelectAction(i18n("&Change Background"), 0, TQT_TQOBJECT(this),
TQT_SLOT(changeWallpaper()),
actionCollection(), "wallpaper");