summaryrefslogtreecommitdiff
path: root/src/lineedit.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-07 01:57:35 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-07 01:57:35 +0200
commit7a8309f2f3336740ffcec1d89154750ffa86c7bc (patch)
tree76aad61b277fabdd4dd1cd3c969cc851b3f5f8d4 /src/lineedit.h
parentFixing forgotten merging issues.. (diff)
downloadrekonq-7a8309f2f3336740ffcec1d89154750ffa86c7bc.tar.xz
EBN Krazy fixes. 2nd round..
Diffstat (limited to 'src/lineedit.h')
-rw-r--r--src/lineedit.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lineedit.h b/src/lineedit.h
index f1bd8f88..ba18f3db 100644
--- a/src/lineedit.h
+++ b/src/lineedit.h
@@ -21,17 +21,16 @@
#ifndef LINEEDIT_H
#define LINEEDIT_H
-// Qt Includes
// KDE Includes
#include <KLineEdit>
-// Local Includes
-
+// Forward Declarations
class QContextMenuEvent;
class QFocusEvent;
class QKeyEvent;
+
class LineEdit : public KLineEdit
{
Q_OBJECT