From 65ada01d36dc25f053a09222e8abdb21f2fc3a2a Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 25 Oct 2002 22:58:59 +0000 Subject: show widgets again since we need them now --- (limited to 'noncore/apps/opie-console/modemconfigwidget.cpp') 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 @@ -34,13 +34,10 @@ ModemConfigWidget::ModemConfigWidget( const QString& name, QWidget* parent, QLabel* telLabel = new QLabel( this ); telLabel->setText( tr( "Enter telefon number here:" ) ); - // m_telNumber = new QLineEdit( this ); QHBox *buttonBox = new QHBox( this ); m_telNumber = new QLineEdit( buttonBox ); QPushButton *atButton = new QPushButton( buttonBox ); atButton->setText( tr( "AT commands" ) ); - // disabled for now - atButton->hide(); connect( atButton, SIGNAL( clicked() ), this, SLOT( slotAT() ) ); QPushButton *dialButton = new QPushButton( buttonBox ); -- cgit v0.9.0.2