diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:05:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:05:59 -0600 |
commit | e32adbca5bcb755fbed588660b6b690089210aa6 (patch) | |
tree | ce5e108577236bc2d1a21d8773b8acf5bbfb0fa2 /src/undomanager.h | |
parent | 6d3902bd20c24613b2f13f5c04294ff83f104006 (diff) | |
download | dolphin-e32adbca5bcb755fbed588660b6b690089210aa6.tar.gz dolphin-e32adbca5bcb755fbed588660b6b690089210aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 74587ae..d6b02cf 100644 --- a/src/undomanager.h +++ b/src/undomanager.h @@ -166,7 +166,7 @@ private slots: * Delegates the updating of the progress information * to UndoManager::updateProgress(). */ - void slotPercent(KIO::Job* job, unsigned long percent); + void slotPercent(TDEIO::Job* job, unsigned long percent); /** * Updates the progress information of the statusbar |