From bed975413d03d7a3ad1b6e5b0793c98f1a89e271 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 19 Jan 2012 21:47:03 +0000 Subject: use ressource file for all icons and remove iconpath git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@766 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- attachments.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'attachments.h') diff --git a/attachments.h b/attachments.h index 1f93a41..895c592 100644 --- a/attachments.h +++ b/attachments.h @@ -49,7 +49,7 @@ public slots: void openFile(); public: - Attachments(QString iconpath, QWidget *parent = 0); + Attachments(QWidget *parent = 0); void addMimePart(MimePart *mp); private: @@ -57,14 +57,12 @@ private: void saveByteArrayToFile(QByteArray outBuffer, QString filename); QAction *saveFileAct; QAction *openFileAct; - QString iconPath; AttachmentTableModel *table; QTableView *tableView; QSettings settings; protected: void contextMenuEvent(QContextMenuEvent *event); - }; #endif // __ATTACHMENTS_H__ -- cgit v1.2.3