From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/koeventeditor.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'korganizer/koeventeditor.h') diff --git a/korganizer/koeventeditor.h b/korganizer/koeventeditor.h index 6d06fe276..ba0974793 100644 --- a/korganizer/koeventeditor.h +++ b/korganizer/koeventeditor.h @@ -52,7 +52,7 @@ class KOEventEditor : public KOIncidenceEditor /** Construct new event editor. */ - KOEventEditor( Calendar *calendar, QWidget *parent ); + KOEventEditor( Calendar *calendar, TQWidget *parent ); virtual ~KOEventEditor(void); void init(); @@ -70,7 +70,7 @@ class KOEventEditor : public KOIncidenceEditor summary contains multiple lines, the summary will be used as description and only the first line of summary will be used as the summary. */ - void setTexts( const QString &summary, const QString &description = QString::null ); + void setTexts( const TQString &summary, const TQString &description = TQString::null ); /** Edit an existing event. */ @@ -79,7 +79,7 @@ class KOEventEditor : public KOIncidenceEditor /** Set widgets to the given date/time values */ - void setDates( const QDateTime &from, const QDateTime &to, bool allDay ); + void setDates( const TQDateTime &from, const TQDateTime &to, bool allDay ); /** Read event object and setup widgets accordingly. If tmpl is true, the @@ -91,7 +91,7 @@ class KOEventEditor : public KOIncidenceEditor */ void writeEvent( Event * ); - QObject *typeAheadReceiver() const; + TQObject *typeAheadReceiver() const; void selectInvitationCounterProposal( bool enable ); @@ -102,11 +102,11 @@ class KOEventEditor : public KOIncidenceEditor void loadDefaults(); void deleteEvent(); - void slotSaveTemplate( const QString & ); + void slotSaveTemplate( const TQString & ); void updateRecurrenceSummary(); protected: - QString type() { return "Event"; } + TQString type() { return "Event"; } void setupGeneral(); void setupRecurrence(); void setupFreeBusy(); @@ -119,7 +119,7 @@ class KOEventEditor : public KOIncidenceEditor void processCancel(); int msgItemDelete(); void loadTemplate( /*const*/ CalendarLocal& ); - QStringList& templates() const; + TQStringList& templates() const; private: Event *mEvent; -- cgit v1.2.1