-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 | |||
@@ -38,21 +38,20 @@ public: | |||
38 | 38 | ||
39 | QPixmap notes; | 39 | QPixmap notes; |
40 | QMultiLineEdit *view; | 40 | QMultiLineEdit *view; |
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(); |
48 | 48 | ||
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&); |
56 | private slots: | 55 | private slots: |
57 | void slotDeleteButton(); | 56 | void slotDeleteButton(); |
58 | void slotNewButton(); | 57 | void slotNewButton(); |