summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/gadu/gaduaway.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/gadu/gaduaway.h')
-rw-r--r--kopete/protocols/gadu/gaduaway.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/gadu/gaduaway.h b/kopete/protocols/gadu/gaduaway.h
index 525291d2..c7ec2f5f 100644
--- a/kopete/protocols/gadu/gaduaway.h
+++ b/kopete/protocols/gadu/gaduaway.h
@@ -24,7 +24,7 @@
#define GADUAWAY_H
#include <kdialogbase.h>
-#include <qstring.h>
+#include <tqstring.h>
class GaduAccount;
class GaduAwayUI;
@@ -34,9 +34,9 @@ class GaduAway : public KDialogBase
Q_OBJECT
public:
- GaduAway( GaduAccount*, QWidget* parent = 0, const char* name = 0 );
+ GaduAway( GaduAccount*, TQWidget* parent = 0, const char* name = 0 );
int status() const;
- QString awayText() const;
+ TQString awayText() const;
protected slots:
void slotApply();