diff options
Diffstat (limited to 'korganizer/kojournaleditor.h')
-rw-r--r-- | korganizer/kojournaleditor.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/korganizer/kojournaleditor.h b/korganizer/kojournaleditor.h index 731682e9d..7f7573898 100644 --- a/korganizer/kojournaleditor.h +++ b/korganizer/kojournaleditor.h @@ -20,8 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef KOJOURNALEDITOR_H #define KOJOURNALEDITOR_H @@ -46,11 +46,12 @@ class KOEditorGeneralJournal; class KOJournalEditor : public KOIncidenceEditor { Q_OBJECT + TQ_OBJECT public: /** Constructs a new Journal editor. */ - KOJournalEditor( Calendar *calendar, TQWidget *parent ); + KOJournalEditor( Calendar *calendar, TQWidget *tqparent ); virtual ~KOJournalEditor(); void init(); @@ -64,10 +65,10 @@ class KOJournalEditor : public KOIncidenceEditor /** Sets the given summary and description. If description is empty and the - summary tqcontains multiple lines, the summary will be used as description + 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 TQString &summary, const TQString &description = TQString::null ); + void setTexts( const TQString &summary, const TQString &description = TQString() ); /** Edit an existing Journal. */ void editIncidence(Incidence *, const TQDate &date, Calendar *); |