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

List:       kde-commits
Subject:    kdelibs/kio/kfile
From:       Neil Stevens <neil () qualityassistant ! com>
Date:       2002-01-31 9:43:32
[Download RAW message or body]


kdelibs/kio/kfile kdiroperator.cpp,1.123,1.124 kdiroperator.h,1.67,1.68
Author: neil
Thu Jan 31 09:43:31 UTC 2002


Modified Files:
         kdiroperator.cpp kdiroperator.h
Log Message:
Get rid of a connect warning

kdiroperator.cpp
-    connect( dir, SIGNAL( percent( unsigned long )),
-             SLOT( slotProgress( unsigned long ) ));
+    connect( dir, SIGNAL( percent( int )),
+             SLOT( slotProgress( int ) ));
...
-void KDirOperator::slotProgress( unsigned long percent )
+void KDirOperator::slotProgress( int percent )

kdiroperator.h
-    void slotProgress( unsigned long );
+    void slotProgress( int );


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

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