summaryrefslogtreecommitdiffstats
path: root/src/sources/updateevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sources/updateevent.h')
-rw-r--r--src/sources/updateevent.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/sources/updateevent.h b/src/sources/updateevent.h
index ae6ef24..5bca627 100644
--- a/src/sources/updateevent.h
+++ b/src/sources/updateevent.h
@@ -21,18 +21,18 @@
#ifndef UPDATEEVENT_H
#define UPDATEEVENT_H
-#include <qevent.h>
+#include <tqevent.h>
/**
- * UpdateEvent is a custom event to update the QObject of the ThreadedTrigger periodically
+ * UpdateEvent is a custom event to update the TQObject of the ThreadedTrigger periodically
*/
-class UpdateEvent: public QCustomEvent{
+class UpdateEvent: public TQCustomEvent{
public:
- UpdateEvent(const QString& inMessage);
- static const int TYPE = QEvent::User + 1;
- const QString& getMessage() const;
+ UpdateEvent(const TQString& inMessage);
+ static const int TYPE = TQEvent::User + 1;
+ const TQString& getMessage() const;
private:
- QString mMessage;
+ TQString mMessage;
};
#endif //UPDATEEVENT_H