summaryrefslogtreecommitdiffabout
path: root/korganizer/journalentry.h
Side-by-side diff
Diffstat (limited to 'korganizer/journalentry.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/journalentry.h4
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
@@ -33,2 +33,3 @@ class QLabel;
class KTextEdit;
+class KLineEdit;
@@ -50,3 +51,3 @@ class JournalEntry : public QFrame {
void flushEntry();
- void setShowOnly() {showOnlyMode = true;}
+ void setShowOnly();
QSize sizeHint() const;
@@ -75,2 +76,3 @@ class JournalEntry : public QFrame {
QLabel *mTitleLabel;
+ KLineEdit * mTitle;
KTextEdit *mEditor;