diff options
Diffstat (limited to 'kbfxlib/common/kbfxthemesdata.cpp')
-rw-r--r-- | kbfxlib/common/kbfxthemesdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/common/kbfxthemesdata.cpp b/kbfxlib/common/kbfxthemesdata.cpp index 464f285..c385e6d 100644 --- a/kbfxlib/common/kbfxthemesdata.cpp +++ b/kbfxlib/common/kbfxthemesdata.cpp @@ -37,7 +37,7 @@ ThemesMap KbfxThemesData::setThemeList ( TQString path ) m_themesMap.clear(); - KStandardDirs *tmp = new KStandardDirs(); + TDEStandardDirs *tmp = new TDEStandardDirs(); /* search themes in KDE Resource Folders and append user selected folder */ TQStringList skinsFolders = tmp->findDirs ( "data", "kbfx/skins" ); |