diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:06:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:06:13 -0600 |
commit | f10950a5b2fef43a5f3a99170682eea55fe9b80b (patch) | |
tree | aaaec7f404be3c85dba99e083c63a46d4e29184d /src/gvcore/fileopobject.h | |
parent | e9654e1a22ff355962fd97168f051336b814f4aa (diff) | |
download | gwenview-f10950a5b2fef43a5f3a99170682eea55fe9b80b.tar.gz gwenview-f10950a5b2fef43a5f3a99170682eea55fe9b80b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/gvcore/fileopobject.h')
-rw-r--r-- | src/gvcore/fileopobject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gvcore/fileopobject.h b/src/gvcore/fileopobject.h index c2e9236..74c0c77 100644 --- a/src/gvcore/fileopobject.h +++ b/src/gvcore/fileopobject.h @@ -54,13 +54,13 @@ signals: void success(); protected slots: - virtual void slotResult(KIO::Job*); + virtual void slotResult(TDEIO::Job*); protected: TQWidget* mParent; KURL::List mURLList; - void polishJob(KIO::Job*); + void polishJob(TDEIO::Job*); }; @@ -140,7 +140,7 @@ signals: void renamed(const TQString& newName); protected slots: - virtual void slotResult(KIO::Job*); + virtual void slotResult(TDEIO::Job*); private: TQString mNewFilename; |