diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:16:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:16:48 -0600 |
commit | 65f52513ee53e5a78695817a0a1b82180e234d2c (patch) | |
tree | 645c3fe264daa25424eed3f3ab8a804f2a79348b /kbfxlib/common/kbfxthemesdata.cpp | |
parent | f7dc5648ea781295b167b7f158533af73e2ee7c1 (diff) | |
download | kbfx-65f52513ee53e5a78695817a0a1b82180e234d2c.tar.gz kbfx-65f52513ee53e5a78695817a0a1b82180e234d2c.zip |
Rename KStandard for enhanced compatibility with KDE4
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" ); |