summaryrefslogtreecommitdiffstats
path: root/kresources/kolab/kcal/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/kolab/kcal/event.h')
-rw-r--r--kresources/kolab/kcal/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/kolab/kcal/event.h b/kresources/kolab/kcal/event.h
index c45018ad..d9f1069a 100644
--- a/kresources/kolab/kcal/event.h
+++ b/kresources/kolab/kcal/event.h
@@ -54,13 +54,13 @@ public:
/// Use this to parse an xml string to a event entry
/// The caller is responsible for deleting the returned event
static KCal::Event* xmlToEvent( const TQString& xml, const TQString& tz, KCal::ResourceKolab* res = 0,
- const TQString& subResource = TQString::null, Q_UINT32 sernum = 0 );
+ const TQString& subResource = TQString::null, TQ_UINT32 sernum = 0 );
/// Use this to get an xml string describing this event entry
static TQString eventToXML( KCal::Event*, const TQString& tz );
/// Create a event object and
- explicit Event( KCal::ResourceKolab *res, const TQString &subResource, Q_UINT32 sernum,
+ explicit Event( KCal::ResourceKolab *res, const TQString &subResource, TQ_UINT32 sernum,
const TQString& tz, KCal::Event* event = 0 );
virtual ~Event();