summaryrefslogtreecommitdiffstats
path: root/src/urlnavigatorbutton.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:05:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:05:59 -0600
commite32adbca5bcb755fbed588660b6b690089210aa6 (patch)
treece5e108577236bc2d1a21d8773b8acf5bbfb0fa2 /src/urlnavigatorbutton.h
parent6d3902bd20c24613b2f13f5c04294ff83f104006 (diff)
downloaddolphin-e32adbca5bcb755fbed588660b6b690089210aa6.tar.gz
dolphin-e32adbca5bcb755fbed588660b6b690089210aa6.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/urlnavigatorbutton.h')
-rw-r--r--src/urlnavigatorbutton.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/urlnavigatorbutton.h b/src/urlnavigatorbutton.h
index 843201a..365c041 100644
--- a/src/urlnavigatorbutton.h
+++ b/src/urlnavigatorbutton.h
@@ -30,7 +30,7 @@ class KURL;
class URLNavigator;
class TQPainter;
-namespace KIO
+namespace TDEIO
{
class Job;
}
@@ -71,8 +71,8 @@ private slots:
void startPopupDelay();
void stopPopupDelay();
void startListJob();
- void entriesList(KIO::Job* job, const KIO::UDSEntryList& entries);
- void listJobFinished(KIO::Job* job);
+ void entriesList(TDEIO::Job* job, const TDEIO::UDSEntryList& entries);
+ void listJobFinished(TDEIO::Job* job);
private:
int arrowWidth() const;
@@ -81,7 +81,7 @@ private:
int m_index;
TQTimer* m_popupDelay;
- KIO::Job* m_listJob;
+ TDEIO::Job* m_listJob;
TQStringList m_subdirs;
TQPoint dragPos;
};