diff options
Diffstat (limited to 'attachments.h')
-rw-r--r-- | attachments.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/attachments.h b/attachments.h index 895c592..5d72d9e 100644 --- a/attachments.h +++ b/attachments.h @@ -45,8 +45,8 @@ class Attachments : public QWidget Q_OBJECT public slots: - void saveFile(); - void openFile(); + void slotSaveFile(); + void slotOpenFile(); public: Attachments(QWidget *parent = 0); |