summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/mainwindow.cpp
authormickeyl <mickeyl>2003-05-05 22:27:02 (UTC)
committer mickeyl <mickeyl>2003-05-05 22:27:02 (UTC)
commit58a78cbe1bc5ded219ba23432041f20e03404403 (patch) (side-by-side diff)
treee06706f3cbd0303cdcd52ab4a94650b2059ed07c /noncore/net/wellenreiter/gui/mainwindow.cpp
parent3f8c29b3cbbb32864694fe9c95b43d1cb777360e (diff)
downloadopie-58a78cbe1bc5ded219ba23432041f20e03404403.zip
opie-58a78cbe1bc5ded219ba23432041f20e03404403.tar.gz
opie-58a78cbe1bc5ded219ba23432041f20e03404403.tar.bz2
major overhaul of the configuration window - showing what will come soon...
Diffstat (limited to 'noncore/net/wellenreiter/gui/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/mainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/mainwindow.cpp b/noncore/net/wellenreiter/gui/mainwindow.cpp
index 773d825..39f5978 100644
--- a/noncore/net/wellenreiter/gui/mainwindow.cpp
+++ b/noncore/net/wellenreiter/gui/mainwindow.cpp
@@ -181,8 +181,7 @@ void WellenreiterMainWindow::showConfigure()
void WellenreiterMainWindow::updateToolButtonState()
{
const QString& interface = cw->interfaceName->currentText();
- const int cardtype = cw->daemonDeviceType();
- const int interval = cw->daemonHopInterval();
+ const int cardtype = cw->driverType();
if ( ( interface != "<select>" ) && ( cardtype != 0 ) )
{