diff options
| author | Peter Penz <[email protected]> | 2009-01-17 18:42:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-17 18:42:06 +0000 |
| commit | 8acb68ed2835410af934459073048339c7b262a0 (patch) | |
| tree | 6558bc2eb08ae365994dd05870bf9acb853f984e /src/settings/dolphinsettingsdialog.h | |
| parent | 9e6b85cd6e31dd7f530d68b744af1f1b1e2f8968 (diff) | |
Relayout of the settings dialog, so that all Dolphin KPart relevant settings can be made available in Konqueror's settings dialog too. Further cleanups and layout fixes are required and will be done during the next week.
svn path=/trunk/KDE/kdebase/apps/; revision=912587
Diffstat (limited to 'src/settings/dolphinsettingsdialog.h')
| -rw-r--r-- | src/settings/dolphinsettingsdialog.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/settings/dolphinsettingsdialog.h b/src/settings/dolphinsettingsdialog.h index fc17b3774..90cfd3493 100644 --- a/src/settings/dolphinsettingsdialog.h +++ b/src/settings/dolphinsettingsdialog.h @@ -23,22 +23,21 @@ #include <kpagedialog.h> +class KUrl; class DolphinMainWindow; class SettingsPageBase; /** * @brief Settings dialog for Dolphin. * - * Contains the pages for startup settings, general settings and view settings. - * - * @author Peter Penz <[email protected]> + * Contains the pages for Startup, View Modes, Navigation, Services and General. */ class DolphinSettingsDialog : public KPageDialog { Q_OBJECT public: - explicit DolphinSettingsDialog(DolphinMainWindow* mainWindow); + explicit DolphinSettingsDialog(const KUrl& url, QWidget* parent); virtual ~DolphinSettingsDialog(); protected slots: |
