summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser/locationnavigator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/browser/locationnavigator.cpp')
-rw-r--r--kftpgrabber/src/widgets/browser/locationnavigator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/widgets/browser/locationnavigator.cpp b/kftpgrabber/src/widgets/browser/locationnavigator.cpp
index 5be8004..35d3e87 100644
--- a/kftpgrabber/src/widgets/browser/locationnavigator.cpp
+++ b/kftpgrabber/src/widgets/browser/locationnavigator.cpp
@@ -81,7 +81,7 @@ void LocationNavigator::setUrl(const KURL &url)
updateCurrentElement();
- const QValueListIterator<LocationNavigator::Element> i = m_history.at(m_historyIndex);
+ const TQValueListIterator<LocationNavigator::Element> i = m_history.at(m_historyIndex);
m_history.insert(i, Element(url));
emit urlChanged(url);
@@ -99,7 +99,7 @@ const KURL& LocationNavigator::url() const
return m_history[m_historyIndex].url();
}
-const QValueList<LocationNavigator::Element> LocationNavigator::history(int &index) const
+const TQValueList<LocationNavigator::Element> LocationNavigator::history(int &index) const
{
index = m_historyIndex;
return m_history;