summaryrefslogtreecommitdiffstats
path: root/kcontrol/background/bgwallpaper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/background/bgwallpaper.cpp')
-rw-r--r--kcontrol/background/bgwallpaper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/background/bgwallpaper.cpp b/kcontrol/background/bgwallpaper.cpp
index 82bb1d8af..f10add59a 100644
--- a/kcontrol/background/bgwallpaper.cpp
+++ b/kcontrol/background/bgwallpaper.cpp
@@ -149,7 +149,7 @@ void BGMultiWallpaperDialog::slotAdd()
mimeTypes += "image/svg+xml";
#endif
- KFileDialog fileDialog(KGlobal::dirs()->findDirs("wallpaper", "").first(),
+ KFileDialog fileDialog(TDEGlobal::dirs()->findDirs("wallpaper", "").first(),
mimeTypes.join( " " ), this,
0L, true);