author | zecke <zecke> | 2005-03-01 20:04:21 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-03-01 20:04:21 (UTC) |
commit | bb6be9cbe75892a7cc1d7c234f1c48023f9c9592 (patch) (unidiff) | |
tree | 0d517350be5926a2ac8bc5dc4c1bbf61f734ca2f | |
parent | 09c95ae28f4500ae0bb81f6ed305f877950626e8 (diff) | |
download | opie-bb6be9cbe75892a7cc1d7c234f1c48023f9c9592.zip opie-bb6be9cbe75892a7cc1d7c234f1c48023f9c9592.tar.gz opie-bb6be9cbe75892a7cc1d7c234f1c48023f9c9592.tar.bz2 |
Allow to wait 6 seconds (instead of three) when initialising the modem
-rw-r--r-- | noncore/settings/networksettings/ppp/modemcmds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/ppp/modemcmds.cpp b/noncore/settings/networksettings/ppp/modemcmds.cpp index e797795..3d15b96 100644 --- a/noncore/settings/networksettings/ppp/modemcmds.cpp +++ b/noncore/settings/networksettings/ppp/modemcmds.cpp | |||
@@ -72,9 +72,9 @@ ModemCommands::ModemCommands(PPPData *pd, QWidget *parent, const char *name , bo | |||
72 | l1->addLayout(l2, row, 2); | 72 | l1->addLayout(l2, row, 2); |
73 | lpreinitslider = new QLabel("MMMM", mainW); | 73 | lpreinitslider = new QLabel("MMMM", mainW); |
74 | FORMATSLIDERLABEL(lpreinitslider); | 74 | FORMATSLIDERLABEL(lpreinitslider); |
75 | 75 | ||
76 | QSlider *preinitslider = new QSlider(0, 300, 1, 0, | 76 | QSlider *preinitslider = new QSlider(0, 600, 1, 0, |
77 | QSlider::Horizontal, mainW); | 77 | QSlider::Horizontal, mainW); |
78 | // preinitslider->setFixedHeight(preinitslider->sizeHint().height()); | 78 | // preinitslider->setFixedHeight(preinitslider->sizeHint().height()); |
79 | connect(preinitslider, SIGNAL(valueChanged(int)), | 79 | connect(preinitslider, SIGNAL(valueChanged(int)), |
80 | lpreinitslider, SLOT(setNum(int))); | 80 | lpreinitslider, SLOT(setNum(int))); |