diff options
Diffstat (limited to 'src/undomanager.h')
| -rw-r--r-- | src/undomanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undomanager.h b/src/undomanager.h index 145c232e1..ac2c2bb37 100644 --- a/src/undomanager.h +++ b/src/undomanager.h @@ -165,7 +165,7 @@ private slots: * Delegates the updating of the progress information * to UndoManager::updateProgress(). */ - void slotPercent(KIO::Job* job, unsigned long percent); + void slotPercent(KJob* job, unsigned long percent); /** * Updates the progress information of the statusbar |
