diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-26 23:51:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-26 23:51:25 +0200 |
commit | e52ed70c8e6e1abd8adc27dd0052328fa5f4deff (patch) | |
tree | c9fa2145c0a0a66f02fbfa7dee9f97c8f87f5ae0 /src/lineedit.h | |
parent | KDE mail Tool Invocation (diff) | |
download | rekonq-e52ed70c8e6e1abd8adc27dd0052328fa5f4deff.tar.xz |
Including moc files && lineedit class Q_OBJECT fix
Diffstat (limited to 'src/lineedit.h')
-rw-r--r-- | src/lineedit.h | 2 |
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(); |