summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
authorharlekin <harlekin>2002-10-24 20:52:03 (UTC)
committer harlekin <harlekin>2002-10-24 20:52:03 (UTC)
commit83bbc4077376e433f40f2632181a97e5ff8892b1 (patch) (side-by-side diff)
treeb663506b4621f351320adc097410de9d1492eda4 /noncore/apps/opie-console
parent1a6931804e0b1d838f365f75385a462110da3972 (diff)
downloadopie-83bbc4077376e433f40f2632181a97e5ff8892b1.zip
opie-83bbc4077376e433f40f2632181a97e5ff8892b1.tar.gz
opie-83bbc4077376e433f40f2632181a97e5ff8892b1.tar.bz2
disable at config widget for now
Diffstat (limited to 'noncore/apps/opie-console') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/modemconfigwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/modemconfigwidget.cpp b/noncore/apps/opie-console/modemconfigwidget.cpp
index c37fafd..da5db83 100644
--- a/noncore/apps/opie-console/modemconfigwidget.cpp
+++ b/noncore/apps/opie-console/modemconfigwidget.cpp
@@ -38,6 +38,7 @@ ModemConfigWidget::ModemConfigWidget( const QString& name, QWidget* parent,
QHBox *buttonBox = new QHBox( this );
QPushButton *atButton = new QPushButton( buttonBox );
atButton->setText( tr( "AT commands" ) );
+ atButton->hide();
connect( atButton, SIGNAL( clicked() ), this, SLOT( slotAT() ) );
QPushButton *dialButton = new QPushButton( buttonBox );