-rw-r--r-- | korganizer/journalentry.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/korganizer/journalentry.h b/korganizer/journalentry.h index b0e9cc7..b37cabd 100644 --- a/korganizer/journalentry.h +++ b/korganizer/journalentry.h @@ -31,6 +31,7 @@ class QLabel; class KTextEdit; +class KLineEdit; using namespace KCal; @@ -48,7 +49,7 @@ class JournalEntry : public QFrame { void clear(); void flushEntry(); - void setShowOnly() {showOnlyMode = true;} + void setShowOnly(); QSize sizeHint() const; protected slots: @@ -73,6 +74,7 @@ class JournalEntry : public QFrame { QDate mDate; void keyPressEvent ( QKeyEvent * ) ; QLabel *mTitleLabel; + KLineEdit * mTitle; KTextEdit *mEditor; int heiHint; |