diff options
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/main.cpp b/konsole/konsole/main.cpp index 9e12a340d..dc5431f4e 100644 --- a/konsole/konsole/main.cpp +++ b/konsole/konsole/main.cpp @@ -255,7 +255,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char* argv[]) a = new TDEApplication; #endif - TQString dataPathBase = KStandardDirs::kde_default("data").append("konsole/"); + TQString dataPathBase = TDEStandardDirs::kde_default("data").append("konsole/"); TDEGlobal::dirs()->addResourceType("wallpaper", dataPathBase + "wallpapers"); KImageIO::registerFormats(); // add io for additional image formats |