summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka/htmlenhancer.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:30:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:30:22 -0600
commitda4097d57f460eed4814a1c37fbb76a76e19d421 (patch)
treeb6ef741955039fd648b7c33964a080c8f240204e /quanta/parts/kafka/htmlenhancer.h
parenta6421d953bee2eafa951c8b72b367527800fef37 (diff)
downloadtdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.tar.gz
tdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'quanta/parts/kafka/htmlenhancer.h')
-rw-r--r--quanta/parts/kafka/htmlenhancer.h4
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