summaryrefslogtreecommitdiff
path: root/src/urllineedit.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-11-10 11:53:23 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-11-10 11:53:23 +0100
commit5a176b4641e10e25049a826025c4249fbcb07958 (patch)
treeb6956902edd55d39f1808ded77abd584a1ce9b76 /src/urllineedit.h
parentPorted menubar to KDE (diff)
downloadrekonq-5a176b4641e10e25049a826025c4249fbcb07958.tar.xz
1st implementation of new find system
Diffstat (limited to 'src/urllineedit.h')
-rw-r--r--src/urllineedit.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/urllineedit.h b/src/urllineedit.h
index 726a2b2b..eca0c1f5 100644
--- a/src/urllineedit.h
+++ b/src/urllineedit.h
@@ -21,9 +21,10 @@
#ifndef URLLINEEDIT_H
#define URLLINEEDIT_H
-#include <QtCore/QUrl>
-#include <QtGui/QWidget>
-#include <QtGui/QStyleOptionFrame>
+// Qt Includes
+#include <QUrl>
+#include <QWidget>
+#include <QStyleOptionFrame>
QT_BEGIN_NAMESPACE
class QLineEdit;