[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kppp
From:       Brad Hards <bradh () frogmouth ! net>
Date:       2006-08-13 11:56:22
Message-ID: 1155470182.815959.2166.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 572619 by bhards:

One less deprecated method.


 M  +2 -1      kpppwidget.cpp  


--- trunk/KDE/kdenetwork/kppp/kpppwidget.cpp #572618:572619
@@ -870,7 +870,8 @@
   //  kapp->processEvents();
 
   // set the timer to call delayedDisconnect() in DISCONNECT_DELAY ms
-  disconnectTimer->start(DISCONNECT_DELAY, true);
+  disconnectTimer->setSingleShot(true);
+  disconnectTimer->start(DISCONNECT_DELAY);
 }
 
 void KPPPWidget::delayedDisconnect() {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic