┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlnavigator.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2006-11-23 07:54:24 +0000
committerLaurent Montel <[email protected]>2006-11-23 07:54:24 +0000
commitedb2c4ad62f874b37c7aba6c06479dfdaf647120 (patch)
tree53d5e1aa5b7e8b684b8392dbbfc7df69889d1efe /src/urlnavigator.cpp
parent7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (diff)
Byebye Q3H(V)Box
svn path=/trunk/playground/utils/dolphin/; revision=607111
Diffstat (limited to 'src/urlnavigator.cpp')
-rw-r--r--src/urlnavigator.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp
index 0b6beebf7..f81a20218 100644
--- a/src/urlnavigator.cpp
+++ b/src/urlnavigator.cpp
@@ -48,6 +48,7 @@
#include <kurlcombobox.h>
#include <kurlcompletion.h>
#include <kbookmarkmanager.h>
+#include <kvbox.h>
#include "bookmarkselector.h"
#include "dolphin.h"
@@ -80,7 +81,7 @@ UrlNavigator::HistoryElem::~HistoryElem()
UrlNavigator::UrlNavigator(const KUrl& url,
DolphinView* dolphinView) :
- Q3HBox(dolphinView),
+ KHBox(dolphinView),
m_historyIndex(0),
m_dolphinView(dolphinView),
m_protocols(0),
@@ -279,7 +280,7 @@ DolphinView* UrlNavigator::dolphinView() const
void UrlNavigator::keyReleaseEvent(QKeyEvent* event)
{
- Q3HBox::keyReleaseEvent(event);
+ KHBox::keyReleaseEvent(event);
if (isUrlEditable() && (event->key() == Qt::Key_Escape)) {
setUrlEditable(false);
}