From 383adc283801b6238d8acfc750890613a63f8060 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 4 Jul 2011 20:48:23 +0000 Subject: TQt4 port kima This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1239290 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/sources/updateevent.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/sources/updateevent.h') 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 +#include /** - * 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 -- cgit v1.2.1