┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlnavigator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlnavigator.h')
-rw-r--r--src/urlnavigator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/urlnavigator.h b/src/urlnavigator.h
index c23ead297..0b25e136d 100644
--- a/src/urlnavigator.h
+++ b/src/urlnavigator.h
@@ -21,7 +21,7 @@
#ifndef UrlNAVIGATOR_H
#define UrlNAVIGATOR_H
-#include <q3hbox.h>
+
//Added by qt3to4:
#include <QLabel>
#include <Q3ValueList>
@@ -29,6 +29,7 @@
#include <Q3PopupMenu>
#include <kurl.h>
#include <qstring.h>
+#include <kvbox.h>
class QComboBox;
class QLabel;
@@ -66,7 +67,7 @@ class ProtocolCombo;
typedef Q3ValueList<KUrl> UrlStack;
-class UrlNavigator : public Q3HBox
+class UrlNavigator : public KHBox
{
Q_OBJECT