summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/icq/icqreadaway.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/icq/icqreadaway.h')
-rw-r--r--kopete/protocols/oscar/icq/icqreadaway.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/oscar/icq/icqreadaway.h b/kopete/protocols/oscar/icq/icqreadaway.h
index 7e62588e..81981257 100644
--- a/kopete/protocols/oscar/icq/icqreadaway.h
+++ b/kopete/protocols/oscar/icq/icqreadaway.h
@@ -30,14 +30,14 @@ class ICQReadAway : public KDialogBase
Q_OBJECT
public:
- ICQReadAway(ICQContact *, QWidget *parent = 0, const char* name = "ICQReadAway");
+ ICQReadAway(ICQContact *, TQWidget *parent = 0, const char* name = "ICQReadAway");
private slots:
void slotFetchAwayMessage();
void slotAwayMessageChanged();
void slotCloseClicked();
- void slotUrlClicked(const QString &url);
- void slotMailClicked(const QString&, const QString &address);
+ void slotUrlClicked(const TQString &url);
+ void slotMailClicked(const TQString&, const TQString &address);
signals:
void closing();
@@ -45,7 +45,7 @@ class ICQReadAway : public KDialogBase
private:
ICQAccount *mAccount;
ICQContact *mContact;
- QVBox *mMainWidget;
+ TQVBox *mMainWidget;
KTextBrowser *awayMessageBrowser;
};
#endif