summaryrefslogtreecommitdiffstats
path: root/src/webquerysciencedirect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webquerysciencedirect.h')
-rw-r--r--src/webquerysciencedirect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webquerysciencedirect.h b/src/webquerysciencedirect.h
index b3dab3a..b742f5a 100644
--- a/src/webquerysciencedirect.h
+++ b/src/webquerysciencedirect.h
@@ -81,8 +81,8 @@ namespace KBibTeX
bool getRISFile();
private slots:
- void slotData( KIO::Job *job, const TQByteArray &data );
- void slotResult( KIO::Job *job );
+ void slotData( TDEIO::Job *job, const TQByteArray &data );
+ void slotResult( TDEIO::Job *job );
};
}