--- a/QTfrontend/ui/widget/HistoryLineEdit.cpp Fri Oct 21 08:41:21 2011 +0200
+++ b/QTfrontend/ui/widget/HistoryLineEdit.cpp Fri Oct 21 17:55:32 2011 +0200
@@ -17,9 +17,14 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
+/**
+ * @file HistoryLineEdit.cpp
+ * @brief HistoryLineEdit class implementation
+ */
+
#include <QStringList>
-#include "SmartLineEdit.h"
+#include "HistoryLineEdit.h"
HistoryLineEdit::HistoryLineEdit(QWidget * parent, int maxHistorySize)
: QLineEdit(parent)