-rw-r--r-- | noncore/applets/notesapplet/notes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/applets/notesapplet/notes.h b/noncore/applets/notesapplet/notes.h index 2172d5a..c589f81 100644 --- a/noncore/applets/notesapplet/notes.h +++ b/noncore/applets/notesapplet/notes.h | |||
@@ -41,7 +41,7 @@ public: | |||
41 | QListBox *box; | 41 | QListBox *box; |
42 | QPushButton *saveButton, *deleteButton, *newButton; | 42 | QPushButton *saveButton, *deleteButton, *newButton; |
43 | QString FileNamePath; | 43 | QString FileNamePath; |
44 | bool doPopulate; | 44 | bool loaded, edited, doPopulate; |
45 | void save(); | 45 | void save(); |
46 | void populateBox(); | 46 | void populateBox(); |
47 | void load(); | 47 | void load(); |
@@ -49,7 +49,6 @@ public: | |||
49 | private: | 49 | private: |
50 | QTimer menuTimer; | 50 | QTimer menuTimer; |
51 | DocLnk *doc; | 51 | DocLnk *doc; |
52 | bool loaded, edited; | ||
53 | QString oldDocName; | 52 | QString oldDocName; |
54 | void focusOutEvent( QFocusEvent * ); | 53 | void focusOutEvent( QFocusEvent * ); |
55 | void load(const QString&); | 54 | void load(const QString&); |