X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/642110309ace0ec0da270615464d7d04944d5dcf..abf17941f7:/src/viewsettingspage.h diff --git a/src/viewsettingspage.h b/src/viewsettingspage.h index f41238733..1b068cd19 100644 --- a/src/viewsettingspage.h +++ b/src/viewsettingspage.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #ifndef VIEWSETTINGSPAGE_H #define VIEWSETTINGSPAGE_H @@ -23,6 +23,7 @@ #include #include +class DolphinMainWindow; class GeneralViewSettingsPage; class IconsViewSettingsPage; class DetailsViewSettingsPage; @@ -32,16 +33,13 @@ class DetailsViewSettingsPage; * * The views settings allow to set the properties for the icons mode and * the details mode. - * - * @author Peter Penz */ class ViewSettingsPage : public SettingsPageBase { Q_OBJECT public: - ViewSettingsPage(QWidget* parent); - + ViewSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent); virtual ~ViewSettingsPage(); /** @see SettingsPageBase::applySettings */