diff options
Diffstat (limited to 'quanta/parts/kafka/htmlenhancer.h')
-rw-r--r-- | quanta/parts/kafka/htmlenhancer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/parts/kafka/htmlenhancer.h b/quanta/parts/kafka/htmlenhancer.h index 9fdc8658..0bf0e020 100644 --- a/quanta/parts/kafka/htmlenhancer.h +++ b/quanta/parts/kafka/htmlenhancer.h @@ -25,7 +25,7 @@ class TDEConfig; class Node; class KafkaDocument; -class KStandardDirs; +class TDEStandardDirs; /** * This class takes care of the following tasks for [X]HTML DTDs : @@ -99,7 +99,7 @@ private: KURL m_baseURL; bool m_showIconForScripts; KafkaDocument *m_wkafkapart; - KStandardDirs *m_stddirs; + TDEStandardDirs *m_stddirs; }; #endif |