┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/iconsviewsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-02-15 22:51:23 +0000
committerPeter Penz <[email protected]>2008-02-15 22:51:23 +0000
commitd38de66f4b97a6d9cd30f3fc69e66b343ca312dc (patch)
treecc59063d8371ea9ab6cdb084bb7c6b5e54454480 /src/iconsviewsettingspage.h
parent8f975fec469798b75a6aa11f3d97ac51ee23ae8c (diff)
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=775487
Diffstat (limited to 'src/iconsviewsettingspage.h')
-rw-r--r--src/iconsviewsettingspage.h4
1 files changed, 2 insertions, 2 deletions
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 <kvbox.h>
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;