diff options
| author | Kevin Ottens <[email protected]> | 2006-11-25 17:30:07 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-25 17:30:07 +0000 |
| commit | c1af91aab193cf34b36bfacd39805eeaa48e19b1 (patch) | |
| tree | f2f935a43482190706f9054c286a8f42ccb20bef /src/undomanager.h | |
| parent | 92d346ae7838668c92643548a84fb2903c08c40d (diff) | |
Let's remove the connect errors because of the KJob/KIO::Job split.
svn path=/trunk/playground/utils/dolphin/; revision=607764
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 |
