summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/tests/kopetepasswordtest_program.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/tests/kopetepasswordtest_program.h')
-rw-r--r--kopete/libkopete/tests/kopetepasswordtest_program.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/tests/kopetepasswordtest_program.h b/kopete/libkopete/tests/kopetepasswordtest_program.h
index 507da2a1..47c17172 100644
--- a/kopete/libkopete/tests/kopetepasswordtest_program.h
+++ b/kopete/libkopete/tests/kopetepasswordtest_program.h
@@ -1,16 +1,16 @@
#ifndef KOPETEPASSWORDTEST_H
#define KOPETEPASSWORDTEST_H
-#include <qobject.h>
+#include <tqobject.h>
class PasswordRetriever : public QObject
{
Q_OBJECT
public:
- QString password;
+ TQString password;
public slots:
void timer();
- void gotPassword( const QString & );
+ void gotPassword( const TQString & );
};
#endif