QTfrontend/ui/widget/HistoryLineEdit.cpp
changeset 6168 6f301dac12ff
parent 6151 9fd5b70acb1a
child 6170 2b1748161278
--- 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)