summaryrefslogtreecommitdiffstats
path: root/src/gvcore/fileopobject.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:06:13 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:06:13 -0600
commitf10950a5b2fef43a5f3a99170682eea55fe9b80b (patch)
treeaaaec7f404be3c85dba99e083c63a46d4e29184d /src/gvcore/fileopobject.h
parente9654e1a22ff355962fd97168f051336b814f4aa (diff)
downloadgwenview-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.h6
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;