diff options
Diffstat (limited to 'src/lineedit.h')
-rw-r--r-- | src/lineedit.h | 5 |
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 |