summaryrefslogtreecommitdiffstats
path: root/karm/test/lockerthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/test/lockerthread.h')
-rw-r--r--karm/test/lockerthread.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/karm/test/lockerthread.h b/karm/test/lockerthread.h
index d40f234a..95915b47 100644
--- a/karm/test/lockerthread.h
+++ b/karm/test/lockerthread.h
@@ -1,4 +1,4 @@
-#include <qthread.h>
+#include <tqthread.h>
class QString;
@@ -10,12 +10,12 @@ class QString;
class LockerThread : public QThread
{
public:
- LockerThread( const QString &filename );
- //void setIcsFile( const QString &filename );
+ LockerThread( const TQString &filename );
+ //void setIcsFile( const TQString &filename );
void run();
bool gotlock() const { return m_gotlock; };
private:
- QString m_icsfile;
+ TQString m_icsfile;
bool m_gotlock;
};