diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:28:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:28:26 -0600 |
commit | d3afa6baf98ef5ac191996cc9b909ff9074c168c (patch) | |
tree | a1e1247371cd17715f83036a3664755206ab9ba2 /kstyles/kthemestyle/kstyledirs.h | |
parent | 12f3d421cd2991c0e3f96994efb836ce244172ff (diff) | |
download | tdelibs-d3afa6baf98ef5ac191996cc9b909ff9074c168c.tar.gz tdelibs-d3afa6baf98ef5ac191996cc9b909ff9074c168c.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kstyles/kthemestyle/kstyledirs.h')
-rw-r--r-- | kstyles/kthemestyle/kstyledirs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kstyles/kthemestyle/kstyledirs.h b/kstyles/kthemestyle/kstyledirs.h index 9d2635136..79887cce1 100644 --- a/kstyles/kthemestyle/kstyledirs.h +++ b/kstyles/kthemestyle/kstyledirs.h @@ -30,16 +30,16 @@ /** * @short Access to the standard KDE directories for the pixmap style * @author Maksim Orlovich<[email protected]> is responsible for this file, - but all the interesting work is done by KStandardDirs + but all the interesting work is done by TDEStandardDirs * @version $Id$ * -* This class provides a this wrapper for styles around KStandardDirs, +* This class provides a this wrapper for styles around TDEStandardDirs, * permitting integration with TQSettings and easy loading of pixmaps * * It add share/apps/kstyle/themes as "themerc", * share/apps/kstyle/pixmaps "themepixmap" */ -class KStyleDirs: public KStandardDirs +class KStyleDirs: public TDEStandardDirs { public: static KStyleDirs* dirs() |