diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:30:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:30:22 -0600 |
commit | da4097d57f460eed4814a1c37fbb76a76e19d421 (patch) | |
tree | b6ef741955039fd648b7c33964a080c8f240204e /quanta/parts/kafka/htmlenhancer.cpp | |
parent | a6421d953bee2eafa951c8b72b367527800fef37 (diff) | |
download | tdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.tar.gz tdewebdev-da4097d57f460eed4814a1c37fbb76a76e19d421.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'quanta/parts/kafka/htmlenhancer.cpp')
-rw-r--r-- | quanta/parts/kafka/htmlenhancer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/parts/kafka/htmlenhancer.cpp b/quanta/parts/kafka/htmlenhancer.cpp index 32c58bc1..3ea0b78e 100644 --- a/quanta/parts/kafka/htmlenhancer.cpp +++ b/quanta/parts/kafka/htmlenhancer.cpp @@ -39,7 +39,7 @@ HTMLEnhancer::HTMLEnhancer(KafkaDocument *_wkafkapart) { m_showIconForScripts = true; m_wkafkapart = _wkafkapart; - m_stddirs = new KStandardDirs(); + m_stddirs = new TDEStandardDirs(); } HTMLEnhancer::~HTMLEnhancer() |