summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/oscarlistnonservercontacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/oscarlistnonservercontacts.h')
-rw-r--r--kopete/protocols/oscar/oscarlistnonservercontacts.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/oscar/oscarlistnonservercontacts.h b/kopete/protocols/oscar/oscarlistnonservercontacts.h
index 7f3fb4f8..e7db0848 100644
--- a/kopete/protocols/oscar/oscarlistnonservercontacts.h
+++ b/kopete/protocols/oscar/oscarlistnonservercontacts.h
@@ -29,11 +29,11 @@ class KOPETE_EXPORT OscarListNonServerContacts : public KDialogBase
{
Q_OBJECT
public:
- OscarListNonServerContacts( QWidget* parent );
+ OscarListNonServerContacts( TQWidget* parent );
~OscarListNonServerContacts();
- void addContacts( const QStringList& contactList );
- QStringList nonServerContactList() const;
+ void addContacts( const TQStringList& contactList );
+ TQStringList nonServerContactList() const;
bool onlyShowOnce();
@@ -46,7 +46,7 @@ signals:
private:
OscarListContactsBase* m_contactsList;
- QStringList m_nonServerContacts;
+ TQStringList m_nonServerContacts;
};
#endif