diff options
Diffstat (limited to 'korganizer/koeventeditor.h')
-rw-r--r-- | korganizer/koeventeditor.h | 14 |
1 files changed, 7 insertions, 7 deletions
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; |