summaryrefslogtreecommitdiffstats
path: root/tdespell2/ui
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/ui')
-rw-r--r--tdespell2/ui/highlighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdespell2/ui/highlighter.cpp b/tdespell2/ui/highlighter.cpp
index 176d69232..32970f9e4 100644
--- a/tdespell2/ui/highlighter.cpp
+++ b/tdespell2/ui/highlighter.cpp
@@ -51,7 +51,7 @@ Highlighter::Highlighter( TQTextEdit *textEdit,
d = new Private;
d->filter = filter;
if ( !configFile.isEmpty() )
- d->broker = Broker::openBroker( KSharedConfig::openConfig( configFile ) );
+ d->broker = Broker::openBroker( TDESharedConfig::openConfig( configFile ) );
else
d->broker = Broker::openBroker();