-rw-r--r-- | korganizer/kojournalview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/kojournalview.h b/korganizer/kojournalview.h index aabf11c..0437d95 100644 --- a/korganizer/kojournalview.h +++ b/korganizer/kojournalview.h | |||
@@ -69,6 +69,7 @@ class KOJournalView : public KOrg::BaseView | |||
69 | QPtrList<JournalEntry> jEntries; | 69 | QPtrList<JournalEntry> jEntries; |
70 | void keyPressEvent ( QKeyEvent * ) ; | 70 | void keyPressEvent ( QKeyEvent * ) ; |
71 | QBoxLayout *mTopLayout; | 71 | QBoxLayout *mTopLayout; |
72 | QWidget *parWid; | ||
72 | QDate mDate; | 73 | QDate mDate; |
73 | 74 | ||
74 | }; | 75 | }; |