-rw-r--r-- | core/pim/notes/editwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/notes/editwindow.h b/core/pim/notes/editwindow.h index 57c5241..30c44d6 100644 --- a/core/pim/notes/editwindow.h +++ b/core/pim/notes/editwindow.h | |||
@@ -11,7 +11,7 @@ class editWindowWidget : public QDialog | |||
11 | Q_OBJECT | 11 | Q_OBJECT |
12 | 12 | ||
13 | public: | 13 | public: |
14 | editWindowWidget::editWindowWidget(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); | 14 | editWindowWidget(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); |
15 | ~editWindowWidget(); | 15 | ~editWindowWidget(); |
16 | void loadFile(QString fileName); | 16 | void loadFile(QString fileName); |
17 | void saveFile(QString fileName); | 17 | void saveFile(QString fileName); |