From 905e326a1d1fc90f1626bcb12e01efa387375827 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:09 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kpat/pwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpat') 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"); -- cgit v1.2.1