summaryrefslogtreecommitdiff
path: root/noncore
authorllornkcor <llornkcor>2002-09-22 15:44:27 (UTC)
committer llornkcor <llornkcor>2002-09-22 15:44:27 (UTC)
commit31835c64e5ca06609369a8df2b48cc87ca8b9839 (patch) (unidiff)
treea7010687c070d73e9d5f7eda5baadf759aaae2ee /noncore
parent0816ba0c42df8074d698b60041993dbda5591e27 (diff)
downloadopie-31835c64e5ca06609369a8df2b48cc87ca8b9839.zip
opie-31835c64e5ca06609369a8df2b48cc87ca8b9839.tar.gz
opie-31835c64e5ca06609369a8df2b48cc87ca8b9839.tar.bz2
up
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/notesapplet/notes.h3
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:
49private: 49private:
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&);