summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/appearance.h
authorsandman <sandman>2002-09-23 22:41:28 (UTC)
committer sandman <sandman>2002-09-23 22:41:28 (UTC)
commit44e815d58c7565eccab2bd585923e343b70ac0f3 (patch) (unidiff)
tree3f8529224432f46f7a2a1f1fd0a15778d43d6e3e /noncore/settings/appearance2/appearance.h
parent074769a4adb816153e47d63087e9e326bd3a04bf (diff)
downloadopie-44e815d58c7565eccab2bd585923e343b70ac0f3.zip
opie-44e815d58c7565eccab2bd585923e343b70ac0f3.tar.gz
opie-44e815d58c7565eccab2bd585923e343b70ac0f3.tar.bz2
- minor bugfixes
- fileselector is now in libopie as OFileSelector
Diffstat (limited to 'noncore/settings/appearance2/appearance.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/appearance2/appearance.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/noncore/settings/appearance2/appearance.h b/noncore/settings/appearance2/appearance.h
index ce0d4b0..4a86e57 100644
--- a/noncore/settings/appearance2/appearance.h
+++ b/noncore/settings/appearance2/appearance.h
@@ -42,2 +42,3 @@ class QToolButton;
42class SampleWindow; 42class SampleWindow;
43class OFontSelector;
43 44
@@ -59,7 +60,4 @@ protected slots:
59 void decoClicked ( int ); 60 void decoClicked ( int );
60 void fontFamilyClicked ( int ); 61 void fontClicked ( const QFont & );
61 void fontStyleClicked ( int );
62 void fontSizeClicked ( int );
63 void colorClicked ( int ); 62 void colorClicked ( int );
64// void tabStyleClicked ( int );
65 63
@@ -72,3 +70,2 @@ private:
72 void loadDecos ( QListBox * ); 70 void loadDecos ( QListBox * );
73 void loadFonts ( QListBox * );
74 void loadColors ( QListBox * ); 71 void loadColors ( QListBox * );
@@ -92,6 +89,4 @@ private:
92 int m_original_deco; 89 int m_original_deco;
93 int m_original_fontfamily;
94 int m_original_fontstyle;
95 int m_original_fontsize;
96 int m_original_tabstyle; 90 int m_original_tabstyle;
91 bool m_original_tabpos;
97 92
@@ -104,5 +99,3 @@ private:
104 99
105 QListBox * m_font_family_list; 100 OFontSelector *m_fontselect;
106 QComboBox * m_font_style_list;
107 QComboBox * m_font_size_list;
108 101
@@ -115,2 +108,2 @@ private:
115 108
116#endif // APPEARANCESETTINGS_H 109#endif