From d38de66f4b97a6d9cd30f3fc69e66b343ca312dc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 15 Feb 2008 22:51:23 +0000 Subject: Currently when the general font of KDE has been changed, the used fonts for the view in Dolphin have not been changed. This has been fixed by differing between a "Use system font" setting (= default) or a "Use custom font" setting. TODO: if the general font of KDE is changed during Dolphin is open, no update is done yet CCMAIL: ereslibre@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=775487 --- src/iconsviewsettingspage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/iconsviewsettingspage.h') diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index f45a14fd6..1aa1c74bb 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -24,7 +24,7 @@ #include class DolphinMainWindow; -class KFontRequester; +class DolphinFontRequester; class QCheckBox; class QComboBox; class QPushButton; @@ -86,7 +86,7 @@ private: QPushButton* m_iconSizeButton; QComboBox* m_textWidthBox; - KFontRequester* m_fontRequester; + DolphinFontRequester* m_fontRequester; QSpinBox* m_textlinesCountBox; QComboBox* m_arrangementBox; -- cgit v1.3