summaryrefslogtreecommitdiff
path: root/src/lineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lineedit.h')
-rw-r--r--src/lineedit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lineedit.h b/src/lineedit.h
index 202f1aba..2bc22fd3 100644
--- a/src/lineedit.h
+++ b/src/lineedit.h
@@ -34,6 +34,8 @@ class QKeyEvent;
class LineEdit : public KLineEdit
{
+Q_OBJECT
+
public:
explicit LineEdit(QWidget *parent = 0);
virtual ~LineEdit();