diff options
| author | Craig Drummond <[email protected]> | 2007-11-08 13:29:44 +0000 |
|---|---|---|
| committer | Craig Drummond <[email protected]> | 2007-11-08 13:29:44 +0000 |
| commit | ad74c99bbc4b4907a0cec0b7c5e3b9b37e5bad5b (patch) | |
| tree | db3786836707029f923fc4289d44b25639424d90 /src/renamedialog.h | |
| parent | 824cdb67e77132b3f9e8a9e4b3a1dacbbadc0036 (diff) | |
Fix parentless dialogs
svn path=/trunk/KDE/kdebase/apps/; revision=734288
Diffstat (limited to 'src/renamedialog.h')
| -rw-r--r-- | src/renamedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renamedialog.h b/src/renamedialog.h index f996e56cb..998475733 100644 --- a/src/renamedialog.h +++ b/src/renamedialog.h @@ -53,7 +53,7 @@ class LIBDOLPHINPRIVATE_EXPORT RenameDialog : public KDialog Q_OBJECT public: - explicit RenameDialog(const KFileItemList& items); + explicit RenameDialog(QWidget *parent, const KFileItemList& items); virtual ~RenameDialog(); /** |
