summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/qextfileinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/qextfileinfo.h')
-rw-r--r--kimagemapeditor/qextfileinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kimagemapeditor/qextfileinfo.h b/kimagemapeditor/qextfileinfo.h
index 210dd617..b064bcd8 100644
--- a/kimagemapeditor/qextfileinfo.h
+++ b/kimagemapeditor/qextfileinfo.h
@@ -55,7 +55,7 @@ private:
bool bJobOK;
static TQString lastErrorMsg;
- KIO::UDSEntry m_entry;
+ TDEIO::UDSEntry m_entry;
KURL::List dirListItems;
TQPtrList<TQRegExp> lstFilters;
@@ -65,8 +65,8 @@ private:
// friend class I_like_this_class;
private slots:
- void slotResult( KIO::Job * job );
- void slotNewEntries(KIO::Job *job, const KIO::UDSEntryList& udsList);
+ void slotResult( TDEIO::Job * job );
+ void slotNewEntries(TDEIO::Job *job, const TDEIO::UDSEntryList& udsList);
public slots: // Public slots
/** Timeout occured while waiting for some network function to return. */
void slotTimeout();