From da4097d57f460eed4814a1c37fbb76a76e19d421 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:30:22 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- quanta/parts/kafka/htmlenhancer.cpp | 2 +- quanta/parts/kafka/htmlenhancer.h | 4 ++-- quanta/parts/kafka/wkafkapart.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'quanta/parts') 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() 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 diff --git a/quanta/parts/kafka/wkafkapart.cpp b/quanta/parts/kafka/wkafkapart.cpp index 03a7a0f6..c8517556 100644 --- a/quanta/parts/kafka/wkafkapart.cpp +++ b/quanta/parts/kafka/wkafkapart.cpp @@ -95,7 +95,7 @@ TQString ab = i18n("Ident all"); mainEnhancer = new HTMLEnhancer(this); domNodeProps.setAutoDelete(false); - KStandardDirs *m_stddirs = new KStandardDirs(); + TDEStandardDirs *m_stddirs = new TDEStandardDirs(); TQFile file( m_stddirs->findResource("data", "kafkapart/entities" )/**locate("appdata","chars") */); delete m_stddirs; TQString tmp; -- cgit v1.2.1