summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/terminalwidget.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/terminalwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/terminalwidget.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/terminalwidget.h b/noncore/apps/opie-console/terminalwidget.h
index c6c2be2..217fea7 100644
--- a/noncore/apps/opie-console/terminalwidget.h
+++ b/noncore/apps/opie-console/terminalwidget.h
@@ -8,27 +8,29 @@ class QLabel;
class QVBoxLayout;
class QHBoxLayout;
class QButtonGroup;
class QRadioButton;
class QCheckBox;
class QHGroupBox;
+class QHBox;
class TerminalWidget : public ProfileDialogTerminalWidget {
+
Q_OBJECT
+
public:
TerminalWidget(const QString& name, QWidget* wid,
const char* na ) ;
~TerminalWidget();
void load( const Profile& );
void save( Profile& );
+
private:
QVBoxLayout* m_lroot, *m_typeBox, *m_colorBox;
- QHBoxLayout* m_hbox;
-
QLabel* m_terminal, *m_colorLabel;
QComboBox* m_terminalBox, *m_colorCmb;
QButtonGroup* m_groupSize;