summaryrefslogtreecommitdiffstats
path: root/src/gvcore/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/document.h')
-rw-r--r--src/gvcore/document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/document.h b/src/gvcore/document.h
index 3d27c70..ee95312 100644
--- a/src/gvcore/document.h
+++ b/src/gvcore/document.h
@@ -34,7 +34,7 @@ Copyright 2000-2006 Aurelien Gateau
#include "imageutils/orientation.h"
#include "mimetypeutils.h"
#include "libgwenview_export.h"
-namespace KIO { class Job; }
+namespace TDEIO { class Job; }
namespace Gwenview {
class DocumentPrivate;
@@ -157,7 +157,7 @@ signals:
void errorHappened(const TQString& message);
private slots:
- void slotStatResult(KIO::Job*);
+ void slotStatResult(TDEIO::Job*);
void slotFinished(bool success);
void slotLoading();
void slotLoaded();