author | zautrix <zautrix> | 2005-06-30 05:32:10 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-30 05:32:10 (UTC) |
commit | da264cf19c0183d6ea4e8dab6eabd40994e351c8 (patch) (unidiff) | |
tree | 061026fe6869c365641853b1ebba542b852046bc /korganizer/journalentry.h | |
parent | 4e850fa7aa99f92676e49466cfccaa5d5e0ec24c (diff) | |
download | kdepimpi-da264cf19c0183d6ea4e8dab6eabd40994e351c8.zip kdepimpi-da264cf19c0183d6ea4e8dab6eabd40994e351c8.tar.gz kdepimpi-da264cf19c0183d6ea4e8dab6eabd40994e351c8.tar.bz2 |
fixxx
-rw-r--r-- | korganizer/journalentry.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/korganizer/journalentry.h b/korganizer/journalentry.h index b37cabd..f2db785 100644 --- a/korganizer/journalentry.h +++ b/korganizer/journalentry.h | |||
@@ -55,7 +55,6 @@ class JournalEntry : public QFrame { | |||
55 | protected slots: | 55 | protected slots: |
56 | void slotSaveTemplate(); | 56 | void slotSaveTemplate(); |
57 | void slotLoadTemplate(); | 57 | void slotLoadTemplate(); |
58 | void setDirty(); | ||
59 | void toggleShowJournal(); | 58 | void toggleShowJournal(); |
60 | signals: | 59 | signals: |
61 | void deleteJournal(Journal *); | 60 | void deleteJournal(Journal *); |
@@ -77,8 +76,6 @@ class JournalEntry : public QFrame { | |||
77 | KLineEdit * mTitle; | 76 | KLineEdit * mTitle; |
78 | KTextEdit *mEditor; | 77 | KTextEdit *mEditor; |
79 | int heiHint; | 78 | int heiHint; |
80 | |||
81 | bool mDirty; | ||
82 | }; | 79 | }; |
83 | 80 | ||
84 | #endif | 81 | #endif |