summaryrefslogtreecommitdiffstats
path: root/korganizer/kojournaleditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kojournaleditor.h')
-rw-r--r--korganizer/kojournaleditor.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/korganizer/kojournaleditor.h b/korganizer/kojournaleditor.h
index a6dc501d6..7d102769e 100644
--- a/korganizer/kojournaleditor.h
+++ b/korganizer/kojournaleditor.h
@@ -28,7 +28,7 @@
#include "koincidenceeditor.h"
-#include <qdatetime.h>
+#include <tqdatetime.h>
class QDateTime;
namespace KCal {
@@ -50,7 +50,7 @@ class KOJournalEditor : public KOIncidenceEditor
/**
Constructs a new Journal editor.
*/
- KOJournalEditor( Calendar *calendar, QWidget *parent );
+ KOJournalEditor( Calendar *calendar, TQWidget *parent );
virtual ~KOJournalEditor();
void init();
@@ -67,12 +67,12 @@ class KOJournalEditor : 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 Journal. */
void editIncidence(Incidence *, Calendar *);
/** Set widgets to default values */
- void setDate( const QDate &date );
+ void setDate( const TQDate &date );
/** Read event object and setup widgets accordingly */
void readJournal( Journal * );
/** Write event settings to event object */
@@ -92,15 +92,15 @@ class KOJournalEditor : public KOIncidenceEditor
void loadDefaults();
void deleteJournal();
- void slotSaveTemplate( const QString & );
+ void slotSaveTemplate( const TQString & );
protected:
- QString type() { return "Journal"; }
+ TQString type() { return "Journal"; }
void setupGeneral();
// int msgItemDelete();
void loadTemplate( /*const*/ CalendarLocal& );
- QStringList& templates() const;
+ TQStringList& templates() const;
private:
Journal *mJournal;
KOEditorGeneralJournal *mGeneral;