diff options
Diffstat (limited to 'kaddressbook/xxportmanager.cpp')
-rw-r--r-- | kaddressbook/xxportmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/xxportmanager.cpp b/kaddressbook/xxportmanager.cpp index 3424e98ea..12e6ae9f2 100644 --- a/kaddressbook/xxportmanager.cpp +++ b/kaddressbook/xxportmanager.cpp @@ -151,7 +151,7 @@ void XXPortManager::loadPlugins() connect( obj, TQ_SIGNAL( importActivated( const TQString&, const TQString& ) ), this, TQ_SLOT( slotImport( const TQString&, const TQString& ) ) ); - obj->setTDEApplication( kapp ); + obj->setTDEApplication( tdeApp ); } } } |