summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/appearance.h
Unidiff
Diffstat (limited to 'noncore/settings/appearance2/appearance.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/appearance2/appearance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/appearance2/appearance.h b/noncore/settings/appearance2/appearance.h
index 51e9636..f45f549 100644
--- a/noncore/settings/appearance2/appearance.h
+++ b/noncore/settings/appearance2/appearance.h
@@ -20,28 +20,32 @@
20 :     =  ...= . :.=- You should have received a copy of the GNU 20 :     =  ...= . :.=- You should have received a copy of the GNU
21 -.   .:....=;==+<; General Public License along with this file; 21 -.   .:....=;==+<; General Public License along with this file;
22  -_. . .   )=.  = see the file COPYING. If not, write to the 22  -_. . .   )=.  = see the file COPYING. If not, write to the
23    --        :-=` Free Software Foundation, Inc., 23    --        :-=` Free Software Foundation, Inc.,
24 59 Temple Place - Suite 330, 24 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. 25 Boston, MA 02111-1307, USA.
26 26
27*/ 27*/
28 28
29#ifndef APPEARANCESETTINGS_H 29#ifndef APPEARANCESETTINGS_H
30#define APPEARANCESETTINGS_H 30#define APPEARANCESETTINGS_H
31 31
32#include <opie2/ofontselector.h>
33
32#include <qpe/fontdatabase.h> 34#include <qpe/fontdatabase.h>
33 35
34#include <qdialog.h> 36#include <qdialog.h>
35 37
38using Opie::OFontSelector;
39
36class QCheckBox; 40class QCheckBox;
37class QComboBox; 41class QComboBox;
38class QLabel; 42class QLabel;
39class QLineEdit; 43class QLineEdit;
40class QListBox; 44class QListBox;
41class QMultiLineEdit; 45class QMultiLineEdit;
42class QPushButton; 46class QPushButton;
43class QRadioButton; 47class QRadioButton;
44class QToolButton; 48class QToolButton;
45class SampleWindow; 49class SampleWindow;
46class OFontSelector; 50class OFontSelector;
47class QListView; 51class QListView;