diff options
Diffstat (limited to 'kopete/libkopete/kopetepluginmanager.cpp')
| -rw-r--r-- | kopete/libkopete/kopetepluginmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/kopetepluginmanager.cpp b/kopete/libkopete/kopetepluginmanager.cpp index 22ea8c63..eef7c5e5 100644 --- a/kopete/libkopete/kopetepluginmanager.cpp +++ b/kopete/libkopete/kopetepluginmanager.cpp @@ -98,7 +98,7 @@ PluginManager::PluginManager() : TQObject( tqApp ), d( new Private ) // can remain in control when all windows are removed. // This way we can unload plugins asynchronously, which is more // robust if they are still doing processing. - kapp->ref(); + tdeApp->ref(); } PluginManager::~PluginManager() @@ -251,7 +251,7 @@ void PluginManager::slotShutdownDone() d->shutdownMode = Private::DoneShutdown; - kapp->deref(); + tdeApp->deref(); } void PluginManager::loadAllPlugins() |
