summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kopeteaddrbookexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kopeteaddrbookexport.h')
-rw-r--r--kopete/kopete/contactlist/kopeteaddrbookexport.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kopete/kopete/contactlist/kopeteaddrbookexport.h b/kopete/kopete/contactlist/kopeteaddrbookexport.h
index b4437c4e..131dad96 100644
--- a/kopete/kopete/contactlist/kopeteaddrbookexport.h
+++ b/kopete/kopete/contactlist/kopeteaddrbookexport.h
@@ -40,12 +40,12 @@ class MetaContact;
class KopeteAddressBookExport : public QObject
{
public:
- KopeteAddressBookExport( QWidget *parent, Kopete::MetaContact *mc );
+ KopeteAddressBookExport( TQWidget *parent, Kopete::MetaContact *mc );
~KopeteAddressBookExport();
/**
* Display the dialog
- * @return a QDialog return code
+ * @return a TQDialog return code
*/
int showDialog();
/**
@@ -73,22 +73,22 @@ protected:
/**
* Populate a combobox with a contact's IM data
*/
- void populateIM( const Kopete::Contact *contact, const QPixmap &icon,
- QComboBox *combo, const Kopete::ContactPropertyTmpl &property );
+ void populateIM( const Kopete::Contact *contact, const TQPixmap &icon,
+ TQComboBox *combo, const Kopete::ContactPropertyTmpl &property );
/**
* Populate a listbox with a contact's IM data
*/
- void populateIM( const Kopete::Contact *contact, const QPixmap &icon,
+ void populateIM( const Kopete::Contact *contact, const TQPixmap &icon,
KListBox *combo, const Kopete::ContactPropertyTmpl &property );
/** Check the selected item is not the first (existing KABC) item, or the same as it */
- bool newValue( QComboBox *combo );
- QStringList newValues( KListBox *listBox, uint counter );
+ bool newValue( TQComboBox *combo );
+ TQStringList newValues( KListBox *listBox, uint counter );
// the GUI
- QWidget *mParent;
+ TQWidget *mParent;
KDialogBase * mDialog;
- QPixmap mAddrBookIcon;
+ TQPixmap mAddrBookIcon;
AddressBookExportUI *mUI;
Kopete::MetaContact *mMetaContact;
KABC::AddressBook *mAddressBook;