diff options
| author | David Faure <[email protected]> | 2007-12-24 19:07:32 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-12-24 19:07:32 +0000 |
| commit | 8eed64171cfdee8be2690e4fb7e0aaeb3aafc6e5 (patch) | |
| tree | 87b40b05665fbe89564bf95a8c1b977972fe271c /src/dolphinpart.h | |
| parent | 728ecea4a1969bb8e0f8ae25c94c49f98185e82e (diff) | |
Move (broken) action "Edit/Properties" to dolphinpart and made it work there.
Pass parent widget to all KPropertiesDialog instances.
svn path=/trunk/KDE/kdebase/apps/; revision=752542
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 23a5ea653..300924a8d 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -130,6 +130,11 @@ private Q_SLOTS: */ void slotEditMimeType(); + /** + * Connected to the "properties" action + */ + void slotProperties(); + private: void createActions(); void createGoAction(const char* name, const char* iconName, |
