diff options
Diffstat (limited to 'karm/test/lockerthread.h')
-rw-r--r-- | karm/test/lockerthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karm/test/lockerthread.h b/karm/test/lockerthread.h index 3aee4a6a2..38b5b1f00 100644 --- a/karm/test/lockerthread.h +++ b/karm/test/lockerthread.h @@ -7,7 +7,7 @@ class TQString; * * Result of attempt returned by gotlock(). */ -class LockerThread : public QThread +class LockerThread : public TQThread { public: LockerThread( const TQString &filename ); |