diff -r a6e7a95f3b2e -r 9e8924ff9813 QTfrontend/ui/widget/lineeditcursor.h --- a/QTfrontend/ui/widget/lineeditcursor.h Mon Jan 14 13:28:03 2013 +0100 +++ b/QTfrontend/ui/widget/lineeditcursor.h Mon Jan 14 21:17:42 2013 +0400 @@ -26,7 +26,7 @@ Q_OBJECT public: - LineEditCursor(QWidget* parent = 0) : QLineEdit(parent) {}; + LineEditCursor(QWidget* parent = 0) : QLineEdit(parent) {} signals: void moveUp(); @@ -38,4 +38,4 @@ void keyPressEvent(QKeyEvent * event); }; -#endif // LINEEDITCURSOR_H \ No newline at end of file +#endif // LINEEDITCURSOR_H