summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kabcexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kabcexport.h')
-rw-r--r--kopete/kopete/contactlist/kabcexport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/contactlist/kabcexport.h b/kopete/kopete/contactlist/kabcexport.h
index bad1d8e6..0ebfb75b 100644
--- a/kopete/kopete/contactlist/kabcexport.h
+++ b/kopete/kopete/contactlist/kabcexport.h
@@ -37,20 +37,20 @@ class KabcExportWizard : public KabcExportWizard_Base
{
Q_OBJECT
public:
- KabcExportWizard( QWidget *parent = 0, const char *name = 0 );
+ KabcExportWizard( TQWidget *parent = 0, const char *name = 0 );
~KabcExportWizard();
public slots:
void accept();
protected slots:
void slotDeselectAll();
void slotSelectAll();
- void slotResourceSelectionChanged( QListBoxItem * lbi );
+ void slotResourceSelectionChanged( TQListBoxItem * lbi );
protected:
void exportDetails( Kopete::MetaContact * mc, KABC::Addressee & addr );
private:
KABC::AddressBook* m_addressBook;
- QMap<int, KABC::Resource*> m_resourceMap;
- QMap<int, Kopete::MetaContact*> m_contactMap;
+ TQMap<int, KABC::Resource*> m_resourceMap;
+ TQMap<int, Kopete::MetaContact*> m_contactMap;
};
#endif