author | harlekin <harlekin> | 2002-10-25 22:58:59 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-25 22:58:59 (UTC) |
commit | 65ada01d36dc25f053a09222e8abdb21f2fc3a2a (patch) (unidiff) | |
tree | e51b8c0d8ebd28f5a129803733a2a60c016dfd7f | |
parent | e8ec7351bc460984a3202804e23c351b0d5606bd (diff) | |
download | opie-65ada01d36dc25f053a09222e8abdb21f2fc3a2a.zip opie-65ada01d36dc25f053a09222e8abdb21f2fc3a2a.tar.gz opie-65ada01d36dc25f053a09222e8abdb21f2fc3a2a.tar.bz2 |
show widgets again since we need them now
-rw-r--r-- | noncore/apps/opie-console/modemconfigwidget.cpp | 3 | ||||
-rw-r--r-- | noncore/apps/opie-console/terminalwidget.cpp | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/modemconfigwidget.cpp b/noncore/apps/opie-console/modemconfigwidget.cpp index ce44dab..37eb184 100644 --- a/noncore/apps/opie-console/modemconfigwidget.cpp +++ b/noncore/apps/opie-console/modemconfigwidget.cpp | |||
@@ -36,3 +36,2 @@ ModemConfigWidget::ModemConfigWidget( const QString& name, QWidget* parent, | |||
36 | telLabel->setText( tr( "Enter telefon number here:" ) ); | 36 | telLabel->setText( tr( "Enter telefon number here:" ) ); |
37 | // m_telNumber = new QLineEdit( this ); | ||
38 | QHBox *buttonBox = new QHBox( this ); | 37 | QHBox *buttonBox = new QHBox( this ); |
@@ -41,4 +40,2 @@ ModemConfigWidget::ModemConfigWidget( const QString& name, QWidget* parent, | |||
41 | atButton->setText( tr( "AT commands" ) ); | 40 | atButton->setText( tr( "AT commands" ) ); |
42 | // disabled for now | ||
43 | atButton->hide(); | ||
44 | connect( atButton, SIGNAL( clicked() ), this, SLOT( slotAT() ) ); | 41 | connect( atButton, SIGNAL( clicked() ), this, SLOT( slotAT() ) ); |
diff --git a/noncore/apps/opie-console/terminalwidget.cpp b/noncore/apps/opie-console/terminalwidget.cpp index eb14a3f..a8cee93 100644 --- a/noncore/apps/opie-console/terminalwidget.cpp +++ b/noncore/apps/opie-console/terminalwidget.cpp | |||
@@ -53,3 +53,2 @@ TerminalWidget::TerminalWidget( const QString& name, QWidget* parent, | |||
53 | m_convOutbound = new QCheckBox(tr("Outbound"), m_groupConv ); | 53 | m_convOutbound = new QCheckBox(tr("Outbound"), m_groupConv ); |
54 | m_groupConv->hide(); | ||
55 | 54 | ||
@@ -58,3 +57,2 @@ TerminalWidget::TerminalWidget( const QString& name, QWidget* parent, | |||
58 | m_optionWrap = new QCheckBox(tr("Line wrap"), m_groupOptions ); | 57 | m_optionWrap = new QCheckBox(tr("Line wrap"), m_groupOptions ); |
59 | m_groupOptions->hide(); | ||
60 | 58 | ||