summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kabcexport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kabcexport.cpp')
-rw-r--r--kopete/kopete/contactlist/kabcexport.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/kopete/contactlist/kabcexport.cpp b/kopete/kopete/contactlist/kabcexport.cpp
index 7d380c9a..ae9b7771 100644
--- a/kopete/kopete/contactlist/kabcexport.cpp
+++ b/kopete/kopete/contactlist/kabcexport.cpp
@@ -48,15 +48,15 @@
class ContactLVI : public TQCheckListItem
{
public:
- ContactLVI ( Kopete::MetaContact * mc, TQListView * tqparent, const TQString & text, Type tt = RadioButtonController ) : TQCheckListItem( tqparent, text, tt ), mc( mc )
+ ContactLVI ( Kopete::MetaContact * mc, TQListView * parent, const TQString & text, Type tt = RadioButtonController ) : TQCheckListItem( parent, text, tt ), mc( mc )
{ }
Kopete::MetaContact * mc;
TQString uid;
};
// ctor populates the resource list and contact list, and enables the next button on the first page
-KabcExportWizard::KabcExportWizard( TQWidget *tqparent, const char *name )
- : KabcExportWizard_Base( tqparent, name )
+KabcExportWizard::KabcExportWizard( TQWidget *parent, const char *name )
+ : KabcExportWizard_Base( parent, name )
{
connect( m_addrBooks, TQT_SIGNAL( selectionChanged( TQListBoxItem * ) ), TQT_SLOT( slotResourceSelectionChanged( TQListBoxItem * ) ) );