author | llornkcor <llornkcor> | 2002-10-17 04:11:24 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-17 04:11:24 (UTC) |
commit | ac2f56d9be571ff2d8165f81fbea03d31c551779 (patch) (unidiff) | |
tree | 49ae17e46fbd091b906042df10724c0253ac5bc5 | |
parent | 8f6dc7fd4aca312bc615bf4f85755b82d29b250d (diff) | |
download | opie-ac2f56d9be571ff2d8165f81fbea03d31c551779.zip opie-ac2f56d9be571ff2d8165f81fbea03d31c551779.tar.gz opie-ac2f56d9be571ff2d8165f81fbea03d31c551779.tar.bz2 |
blah
-rw-r--r-- | noncore/applets/notesapplet/notes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/applets/notesapplet/notes.h b/noncore/applets/notesapplet/notes.h index 28877ce..381dc80 100644 --- a/noncore/applets/notesapplet/notes.h +++ b/noncore/applets/notesapplet/notes.h | |||
@@ -32,25 +32,25 @@ class QMultiLineEdit; | |||
32 | class QListBox; | 32 | class QListBox; |
33 | class QListBoxItem; | 33 | class QListBoxItem; |
34 | class NotesControl : public QFrame { | 34 | class NotesControl : public QFrame { |
35 | Q_OBJECT | 35 | Q_OBJECT |
36 | public: | 36 | public: |
37 | NotesControl( QWidget *parent=0, const char *name=0 ); | 37 | NotesControl( QWidget *parent=0, const char *name=0 ); |
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 loaded, edited, doPopulate; | 44 | bool loaded, edited, doPopulate, isNew; |
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 | QString oldDocName; | 52 | QString oldDocName; |
53 | void focusOutEvent( QFocusEvent * ); | 53 | void focusOutEvent( QFocusEvent * ); |
54 | void load(const QString&); | 54 | void load(const QString&); |
55 | private slots: | 55 | private slots: |
56 | void slotBeamButton(); | 56 | void slotBeamButton(); |