summaryrefslogtreecommitdiffstats
path: root/src/sources/updateevent.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-04 20:48:23 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-04 20:48:23 +0000
commit383adc283801b6238d8acfc750890613a63f8060 (patch)
treeaf3a65389067c05263db2ef4551a541501422998 /src/sources/updateevent.cpp
parentda7847adb43726079c7a4be1f06acbebe0bdde57 (diff)
downloadkima-383adc283801b6238d8acfc750890613a63f8060.tar.gz
kima-383adc283801b6238d8acfc750890613a63f8060.zip
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
Diffstat (limited to 'src/sources/updateevent.cpp')
-rw-r--r--src/sources/updateevent.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sources/updateevent.cpp b/src/sources/updateevent.cpp
index f16f6b5..a45f5eb 100644
--- a/src/sources/updateevent.cpp
+++ b/src/sources/updateevent.cpp
@@ -20,10 +20,10 @@
#include "updateevent.h"
-UpdateEvent::UpdateEvent(const QString& inMessage):
- QCustomEvent(UpdateEvent::TYPE),
+UpdateEvent::UpdateEvent(const TQString& inMessage):
+ TQCustomEvent(UpdateEvent::TYPE),
mMessage(inMessage){
}
-const QString& UpdateEvent::getMessage() const{
+const TQString& UpdateEvent::getMessage() const{
return mMessage;
}