From 0fc571a7eadda739fd1a93d627e7129b9956c9f6 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 30 Jun 2005 06:35:25 +0000 Subject: fixes --- (limited to 'korganizer/journalentry.h') diff --git a/korganizer/journalentry.h b/korganizer/journalentry.h index f2db785..e98d018 100644 --- a/korganizer/journalentry.h +++ b/korganizer/journalentry.h @@ -51,6 +51,7 @@ class JournalEntry : public QFrame { void flushEntry(); void setShowOnly(); QSize sizeHint() const; + void setVisibleMode( bool b ) { visibleMode = b;} protected slots: void slotSaveTemplate(); @@ -67,6 +68,7 @@ class JournalEntry : public QFrame { void writeJournal(); private: + bool visibleMode; bool showOnlyMode; Calendar *mCalendar; Journal *mJournal; -- cgit v0.9.0.2