┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfontrequester.h
diff options
context:
space:
mode:
authorJordi Polo <[email protected]>2008-11-12 15:15:14 +0000
committerJordi Polo <[email protected]>2008-11-12 15:15:14 +0000
commit6705ce53811c6f4ab7abe208337d02054afaa57a (patch)
tree8f72fa551ee0343acf8cfbc23c1d56a91935d153 /src/dolphinfontrequester.h
parent576e998dcd2dcc7c3d992843b2c271d1ef8c13fa (diff)
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
Diffstat (limited to 'src/dolphinfontrequester.h')
-rw-r--r--src/dolphinfontrequester.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinfontrequester.h b/src/dolphinfontrequester.h
index 34d69ad61..03a062b2e 100644
--- a/src/dolphinfontrequester.h
+++ b/src/dolphinfontrequester.h
@@ -24,7 +24,7 @@
#include <QFont>
-class QComboBox;
+class KComboBox;
class QPushButton;
/**
@@ -69,7 +69,7 @@ private slots:
void changeMode(int index);
private:
- QComboBox* m_modeCombo;
+ KComboBox* m_modeCombo;
QPushButton* m_chooseFontButton;
Mode m_mode;