summaryrefslogtreecommitdiffstats
path: root/kaddressbook/xxportselectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/xxportselectdialog.cpp')
-rw-r--r--kaddressbook/xxportselectdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/xxportselectdialog.cpp b/kaddressbook/xxportselectdialog.cpp
index 449ea60d..2d7229bf 100644
--- a/kaddressbook/xxportselectdialog.cpp
+++ b/kaddressbook/xxportselectdialog.cpp
@@ -57,7 +57,7 @@ XXPortSelectDialog::XXPortSelectDialog( KAB::Core *core, bool sort,
TQ_SLOT( categoryClicked( TQListViewItem* ) ) );
// setup filters
- mFilters = Filter::restore( kapp->config(), "Filter" );
+ mFilters = Filter::restore( tdeApp->config(), "Filter" );
Filter::List::ConstIterator filterIt;
TQStringList filters;
for ( filterIt = mFilters.begin(); filterIt != mFilters.end(); ++filterIt )
@@ -172,7 +172,7 @@ void XXPortSelectDialog::categoryClicked( TQListViewItem *i )
void XXPortSelectDialog::slotHelp()
{
- kapp->invokeHelp( "import-and-export" );
+ tdeApp->invokeHelp( "import-and-export" );
}
void XXPortSelectDialog::initGUI()