diff options
author | Florian Jung <flo@windfisch.org> | 2011-08-29 16:28:08 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-08-29 16:28:08 +0000 |
commit | 6ea4a4959526136957b7e0d8ae1ebb29e48993ce (patch) | |
tree | fecb6a7b1a9a0372cfcf9a2c04a0f4636c9cb72c /muse2/awl/lineedit.h | |
parent | cb4ae0b104084e9c054d2a1b28ce531d104e9d76 (diff) |
fixed robert's fixes
Diffstat (limited to 'muse2/awl/lineedit.h')
-rw-r--r-- | muse2/awl/lineedit.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/muse2/awl/lineedit.h b/muse2/awl/lineedit.h deleted file mode 100644 index 4ad6116e..00000000 --- a/muse2/awl/lineedit.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef LINEEDIT_H -#define LINEEDIT_H - -#include <QLineEdit> - -class LineEdit : public QLineEdit -{ - Q_OBJECT -public: - explicit LineEdit(QWidget *parent = 0); - void focusOutEvent ( QFocusEvent * e ); -signals: - -public slots: - -}; - -#endif // LINEEDIT_H |