diff options
Diffstat (limited to 'kcontrol/kthememanager/ktheme.h')
-rw-r--r-- | kcontrol/kthememanager/ktheme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kthememanager/ktheme.h b/kcontrol/kthememanager/ktheme.h index 4efad8527..11fa6b056 100644 --- a/kcontrol/kthememanager/ktheme.h +++ b/kcontrol/kthememanager/ktheme.h @@ -27,7 +27,7 @@ #include <kurl.h> -class KStandardDirs; +class TDEStandardDirs; class TDEConfig; /// defines the syntax version used by the XML @@ -216,7 +216,7 @@ private: /// "general" section TQDomElement m_general; - KStandardDirs * m_kgd; + TDEStandardDirs * m_kgd; TQGuardedPtr<TQWidget> m_parent; }; |