diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /korganizer/kojournaleditor.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/kojournaleditor.h')
-rw-r--r-- | korganizer/kojournaleditor.h | 14 |
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; |