diff options
Diffstat (limited to 'kopete/protocols/oscar/icq/icqreadaway.h')
-rw-r--r-- | kopete/protocols/oscar/icq/icqreadaway.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/icq/icqreadaway.h b/kopete/protocols/oscar/icq/icqreadaway.h index 695a0eed..d489a202 100644 --- a/kopete/protocols/oscar/icq/icqreadaway.h +++ b/kopete/protocols/oscar/icq/icqreadaway.h @@ -28,9 +28,10 @@ class TQVBox; class ICQReadAway : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - ICQReadAway(ICQContact *, TQWidget *parent = 0, const char* name = "ICQReadAway"); + ICQReadAway(ICQContact *, TQWidget *tqparent = 0, const char* name = "ICQReadAway"); private slots: void slotFetchAwayMessage(); |