┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/detailsviewsettingspage.h
diff options
context:
space:
mode:
authorKevin Ottens <[email protected]>2006-11-22 11:34:19 +0000
committerKevin Ottens <[email protected]>2006-11-22 11:34:19 +0000
commit9a5f54d83ddc84aa68348058acfcb385ef621577 (patch)
treec0c76349d109b038801017d9a813a95969770a5a /src/detailsviewsettingspage.h
parent2aac5c21bd3ced4f05f50ede6b0149d5dc207708 (diff)
compile++
But crashes while listing folder... svn path=/trunk/playground/utils/dolphin/; revision=606919
Diffstat (limited to 'src/detailsviewsettingspage.h')
-rw-r--r--src/detailsviewsettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h
index 742868de8..177d16f7b 100644
--- a/src/detailsviewsettingspage.h
+++ b/src/detailsviewsettingspage.h
@@ -23,7 +23,7 @@
#include <q3vbox.h>
class QCheckBox;
-class KFontCombo;
+class QFontComboBox;
class QSpinBox;
class QComboBox;
class QRadioButton;
@@ -58,7 +58,7 @@ private:
QRadioButton* m_mediumIconSize;
QRadioButton* m_largeIconSize;
- KFontCombo* m_fontFamilyBox;
+ QFontComboBox* m_fontFamilyBox;
QSpinBox* m_fontSizeBox;
};