summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/terminalwidget.h
authorharlekin <harlekin>2002-10-24 18:41:09 (UTC)
committer harlekin <harlekin>2002-10-24 18:41:09 (UTC)
commit94573faf2e89723a49bbaf3630f1d19f80ba6b27 (patch) (side-by-side diff)
tree52a5258e3ba595179fc240ee883effb05417c88a /noncore/apps/opie-console/terminalwidget.h
parent3773cd825129f1cc6fa7a4ecb4129634f5189984 (diff)
downloadopie-94573faf2e89723a49bbaf3630f1d19f80ba6b27.zip
opie-94573faf2e89723a49bbaf3630f1d19f80ba6b27.tar.gz
opie-94573faf2e89723a49bbaf3630f1d19f80ba6b27.tar.bz2
fixed layout and disabled advanced options since htey are not all implemented
Diffstat (limited to 'noncore/apps/opie-console/terminalwidget.h') (more/less context) (ignore 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
@@ -11,9 +11,12 @@ 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 ) ;
@@ -21,11 +24,10 @@ public:
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;