diff options
| author | David Faure <[email protected]> | 2007-12-24 11:50:08 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-12-24 11:50:08 +0000 |
| commit | 728ecea4a1969bb8e0f8ae25c94c49f98185e82e (patch) | |
| tree | 606744d6ba7c3bbce8a3238ff00a9dd2ff914cb7 /src/dolphinpart.h | |
| parent | 0cb23c8cfa1049cbd5ef98368ff1c200978b8ac7 (diff) | |
Move (broken) editMimeType action from konqueror to dolphinpart (and made it work there)
svn path=/trunk/KDE/kdebase/apps/; revision=752422
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 98e0f2f67..23a5ea653 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -125,6 +125,11 @@ private Q_SLOTS: */ void slotGoTriggered(QAction* action); + /** + * Connected to the "editMimeType" action + */ + void slotEditMimeType(); + private: void createActions(); void createGoAction(const char* name, const char* iconName, |
