diff options
Diffstat (limited to 'kopete/protocols/oscar/oscarlistnonservercontacts.h')
-rw-r--r-- | kopete/protocols/oscar/oscarlistnonservercontacts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/oscarlistnonservercontacts.h b/kopete/protocols/oscar/oscarlistnonservercontacts.h index 8975dd20..ffdfe692 100644 --- a/kopete/protocols/oscar/oscarlistnonservercontacts.h +++ b/kopete/protocols/oscar/oscarlistnonservercontacts.h @@ -28,8 +28,9 @@ class TQStringList; class KOPETE_EXPORT OscarListNonServerContacts : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - OscarListNonServerContacts( TQWidget* parent ); + OscarListNonServerContacts( TQWidget* tqparent ); ~OscarListNonServerContacts(); void addContacts( const TQStringList& contactList ); |