diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/undomanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undomanager.cpp b/src/undomanager.cpp index eb1ce0f37..c4d4f2f87 100644 --- a/src/undomanager.cpp +++ b/src/undomanager.cpp @@ -215,8 +215,8 @@ void UndoManager::undo(DolphinMainWindow* mainWindow) if (job != 0) { // Execute the jobs in a synchronous manner and forward the progress // information to the Dolphin statusbar. - connect(job, SIGNAL(percent(KIO::Job*, unsigned long)), - this, SLOT(slotPercent(KIO::Job*, unsigned long))); + connect(job, SIGNAL(percent(KJob*, unsigned long)), + this, SLOT(slotPercent(KJob*, unsigned long))); KIO::NetAccess::synchronousRun(job, mainWindow); } |
