/***************************************************************************
- * Copyright (C) 2006 by Peter Penz *
- * peter.penz@gmx.at *
+ * Copyright (C) 2006 by Peter Penz <peter.penz@gmx.at> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
#include "dolphin_generalsettings.h"
#include "viewproperties.h"
-#include <assert.h>
-
#include <QLabel>
#include <QGroupBox>
#include <QRadioButton>
m_maxPreviewSize(0)
{
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
- assert(settings != 0);
+ Q_ASSERT(settings != 0);
const int spacing = KDialog::spacingHint();
const int margin = KDialog::marginHint();
const bool useGlobalProps = m_globalProps->isChecked();
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
- assert(settings != 0);
+ Q_ASSERT(settings != 0);
settings->setGlobalViewProps(useGlobalProps);
if (useGlobalProps) {