diff options
Diffstat (limited to 'korganizer/kotodoeditor.h')
-rw-r--r-- | korganizer/kotodoeditor.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/kotodoeditor.h b/korganizer/kotodoeditor.h index 2451ea807..2abaa9e51 100644 --- a/korganizer/kotodoeditor.h +++ b/korganizer/kotodoeditor.h @@ -41,7 +41,7 @@ class KOTodoEditor : public KOIncidenceEditor /** Constructs a new todo editor. */ - KOTodoEditor( Calendar *calendar, QWidget *parent ); + KOTodoEditor( Calendar *calendar, TQWidget *parent ); virtual ~KOTodoEditor(); void init(); @@ -58,12 +58,12 @@ class KOTodoEditor : 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 todo. */ void editIncidence(Incidence *incidence, Calendar* calendar); /** Set widgets to default values */ - void setDates( const QDateTime &due, bool allDay = true, Todo *relatedTodo = 0 ); + void setDates( const TQDateTime &due, bool allDay = true, Todo *relatedTodo = 0 ); /** Read event object and setup widgets accordingly */ void readTodo(Todo *todo, Calendar *calendar); /** Write event settings to event object */ @@ -81,12 +81,12 @@ class KOTodoEditor : public KOIncidenceEditor protected slots: void loadDefaults(); void deleteTodo(); - void slotSaveTemplate( const QString & ); + void slotSaveTemplate( const TQString & ); protected: void loadTemplate( /*const*/ CalendarLocal& ); - QStringList& templates() const; - QString type() { return "Todo"; } + TQStringList& templates() const; + TQString type() { return "Todo"; } void setupGeneral(); void setupRecurrence(); int msgItemDelete(); |