-rw-r--r-- | korganizer/journalentry.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/korganizer/journalentry.h b/korganizer/journalentry.h index fb19fb1..ed04b7c 100644 --- a/korganizer/journalentry.h +++ b/korganizer/journalentry.h @@ -32,4 +32,5 @@ class QLabel; class KTextEdit; +class QComboBox; class KLineEdit; class KOLocationBox; @@ -43,5 +44,5 @@ class JournalEntry : public QFrame { virtual ~JournalEntry(); - void setJournal(Journal *); + void setJournal(Journal *, bool saveJournal = true ); Journal *journal() const; @@ -54,5 +55,5 @@ class JournalEntry : public QFrame { QSize sizeHint() const; void setVisibleMode( bool b ) { visibleMode = b;} - + void fillCalendar( int id = 0 ); protected slots: void slotSaveTemplate(); @@ -77,5 +78,5 @@ class JournalEntry : public QFrame { QDate mDate; void keyPressEvent ( QKeyEvent * ) ; - QLabel *mTitleLabel; + QComboBox *mCalendarBox; KOLocationBox * mTitle; KTextEdit *mEditor; |