summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kopeteaddrbookexport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kopeteaddrbookexport.cpp')
-rw-r--r--kopete/kopete/contactlist/kopeteaddrbookexport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/contactlist/kopeteaddrbookexport.cpp b/kopete/kopete/contactlist/kopeteaddrbookexport.cpp
index eda83970..b3b6d630 100644
--- a/kopete/kopete/contactlist/kopeteaddrbookexport.cpp
+++ b/kopete/kopete/contactlist/kopeteaddrbookexport.cpp
@@ -35,10 +35,10 @@
#include "kopeteaddrbookexport.h"
#include "kopeteaddrbookexportui.h"
-KopeteAddressBookExport::KopeteAddressBookExport( TQWidget *tqparent, Kopete::MetaContact *mc ) : TQObject( tqparent )
+KopeteAddressBookExport::KopeteAddressBookExport( TQWidget *parent, Kopete::MetaContact *mc ) : TQObject( parent )
{
// instantiate dialog and populate widgets
- mParent = tqparent;
+ mParent = parent;
mAddressBook = KABC::StdAddressBook::self();
mMetaContact = mc;
}