summaryrefslogtreecommitdiffstats
path: root/tdespell2/broker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/broker.cpp')
-rw-r--r--tdespell2/broker.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdespell2/broker.cpp b/tdespell2/broker.cpp
index a5df8178c..5e03c377b 100644
--- a/tdespell2/broker.cpp
+++ b/tdespell2/broker.cpp
@@ -56,11 +56,11 @@ public:
TQPtrDict<Broker> *Broker::s_brokers = 0;
-Broker *Broker::openBroker( KSharedConfig *config )
+Broker *Broker::openBroker( TDESharedConfig *config )
{
- KSharedConfig::Ptr preventDeletion;
+ TDESharedConfig::Ptr preventDeletion;
if ( !config ) {
- preventDeletion = KSharedConfig::openConfig( DEFAULT_CONFIG_FILE );
+ preventDeletion = TDESharedConfig::openConfig( DEFAULT_CONFIG_FILE );
} else
preventDeletion = config;
@@ -74,9 +74,9 @@ Broker *Broker::openBroker( KSharedConfig *config )
return broker;
}
-Broker::Broker( KSharedConfig *config )
+Broker::Broker( TDESharedConfig *config )
{
- KSharedConfig::Ptr preventDeletion( config );
+ TDESharedConfig::Ptr preventDeletion( config );
Q_UNUSED( preventDeletion );
if ( !s_brokers )