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

List:       kde-commits
Subject:    kdevelop/parts/documentation/tools/htdig
From:       Tobias Gläßer <tobi.web () gmx ! de>
Date:       2004-05-26 21:44:17
Message-ID: 20040526214417.A8000126CB () office ! kde ! org
[Download RAW message or body]

CVS commit by tobgle: 

Fixed warning, because of the deprecated function KProgress::setRange() (by replacing \
it with the recommended KProgress::setTotalSteps())


  M +1 -1      htdigindex.cpp   1.4


--- kdevelop/parts/documentation/tools/htdig/htdigindex.cpp  #1.3:1.4
@@ -128,5 +128,5 @@ void ProgressDialog::setFilesScanned(int
 void ProgressDialog::setFilesToDig(int n)
 {
-    bar->setRange(0, n);
+    bar->setTotalSteps(0, n);
 }
 


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

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