diff options
| author | Peter Penz <[email protected]> | 2008-11-14 19:51:13 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-11-14 19:51:13 +0000 |
| commit | 1743e4b1fab8375eead3316770d88381e72b183c (patch) | |
| tree | 6a48030a9aff5190d5959d60993d31d0f9f013a8 /src/dolphinnewmenu.h | |
| parent | 718df1363dc1ecac2d3376d3e288947549aeb42f (diff) | |
provide a 'Create New' entry for a context menu above a directory
BUG: 169880
svn path=/trunk/KDE/kdebase/apps/; revision=884373
Diffstat (limited to 'src/dolphinnewmenu.h')
| -rw-r--r-- | src/dolphinnewmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinnewmenu.h b/src/dolphinnewmenu.h index 8db07548f..b1a95edc9 100644 --- a/src/dolphinnewmenu.h +++ b/src/dolphinnewmenu.h @@ -39,7 +39,7 @@ class DolphinNewMenu : public KNewMenu Q_OBJECT public: - DolphinNewMenu(DolphinMainWindow* mainWin); + DolphinNewMenu(QWidget* parent, DolphinMainWindow* mainWin); virtual ~DolphinNewMenu(); protected slots: |
