diff options
| author | Peter Penz <[email protected]> | 2011-02-09 21:15:55 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-09 21:15:55 +0100 |
| commit | 4a9561e6b7e8f1115c7391ef433ba44f8569dc46 (patch) | |
| tree | ad1ec0b7be6cd0a07e8c0197b4123cb5261c07c6 /src/dolphinnewfilemenu.h | |
| parent | d3496b12310d9fec0e52e537c341e87fcaa2f8b5 (diff) | |
Fix regression that creating a sub-folder is not possible
CCBUG: 265714
Diffstat (limited to 'src/dolphinnewfilemenu.h')
| -rw-r--r-- | src/dolphinnewfilemenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinnewfilemenu.h b/src/dolphinnewfilemenu.h index 186c95c5a..0d336080b 100644 --- a/src/dolphinnewfilemenu.h +++ b/src/dolphinnewfilemenu.h @@ -39,7 +39,7 @@ class DolphinNewFileMenu : public KNewFileMenu Q_OBJECT public: - DolphinNewFileMenu(QWidget* parent, DolphinMainWindow* mainWin); + DolphinNewFileMenu(DolphinMainWindow* parent); virtual ~DolphinNewFileMenu(); protected slots: |
