From 6705ce53811c6f4ab7abe208337d02054afaa57a Mon Sep 17 00:00:00 2001 From: Jordi Polo Date: Wed, 12 Nov 2008 15:15:14 +0000 Subject: Changed a bunch of QCombobox to KCombobox and other similar classes as suggested by Krazy. But I didn't see any improvement in the style or funcionality... svn path=/trunk/KDE/kdebase/apps/; revision=883286 --- src/viewpropertiesdialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/viewpropertiesdialog.h') diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index 6d0be52fc..320f8f115 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -26,7 +26,7 @@ #include class QCheckBox; -class QComboBox; +class KComboBox; class QPushButton; class QRadioButton; class ViewProperties; @@ -68,9 +68,9 @@ private: DolphinView* m_dolphinView; ViewProperties* m_viewProps; - QComboBox* m_viewMode; - QComboBox* m_sortOrder; - QComboBox* m_sorting; + KComboBox* m_viewMode; + KComboBox* m_sortOrder; + KComboBox* m_sorting; QCheckBox* m_showPreview; QCheckBox* m_showInGroups; QCheckBox* m_showHiddenFiles; -- cgit v1.3