summaryrefslogtreecommitdiff
path: root/libopie/ofontselector.h
Side-by-side diff
Diffstat (limited to 'libopie/ofontselector.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofontselector.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/libopie/ofontselector.h b/libopie/ofontselector.h
index b3aa862..a9c8a72 100644
--- a/libopie/ofontselector.h
+++ b/libopie/ofontselector.h
@@ -27,17 +27,16 @@
*/
#ifndef __OPIE_FONTSELECTOR_H__
#define __OPIE_FONTSELECTOR_H__
#include <qwidget.h>
-#include <qpe/fontdatabase.h>
-class QComboBox;
class QListBox;
-class QFont;
+class OFontSelectorPrivate;
+
class OFontSelector : public QWidget
{
Q_OBJECT
public:
@@ -68,15 +67,11 @@ protected slots:
private:
void loadFonts ( QListBox * );
void changeFont ( );
private:
- QListBox * m_font_family_list;
- QComboBox * m_font_style_list;
- QComboBox * m_font_size_list;
-
- FontDatabase m_fdb;
+ OFontSelectorPrivate *d;
};
#endif