summaryrefslogtreecommitdiff
path: root/src/lineedit.cpp
diff options
context:
space:
mode:
authoradjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-06 23:59:16 +0000
committeradjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-06 23:59:16 +0000
commit7f6b3cd35de013ceadc475e754a212f8d6b03edf (patch)
tree76aad61b277fabdd4dd1cd3c969cc851b3f5f8d4 /src/lineedit.cpp
parentFixing forgotten merging issues.. (diff)
downloadrekonq-7f6b3cd35de013ceadc475e754a212f8d6b03edf.tar.xz
EBN Krazy fixes. 2nd round..
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964618 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/lineedit.cpp')
-rw-r--r--src/lineedit.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lineedit.cpp b/src/lineedit.cpp
index c9df7bfa..9ca963af 100644
--- a/src/lineedit.cpp
+++ b/src/lineedit.cpp
@@ -21,15 +21,14 @@
#include "lineedit.h"
#include "lineedit.moc"
-// Qt Includes
-#include <QContextMenuEvent>
-#include <QFocusEvent>
-#include <QKeyEvent>
-
// KDE Includes
#include <KDebug>
-// Local Includes
+// Qt Includes
+#include <QtGui/QContextMenuEvent>
+#include <QtGui/QFocusEvent>
+#include <QtGui/QKeyEvent>
+
LineEdit::LineEdit(QWidget* parent)
: KLineEdit(parent)