QTfrontend/ui/widget/chatwidget.h
changeset 6147 b4d7d8d62feb
parent 6060 fdfc01419815
child 6165 6fe3e922246e
--- a/QTfrontend/ui/widget/chatwidget.h	Tue Oct 18 00:13:50 2011 +0200
+++ b/QTfrontend/ui/widget/chatwidget.h	Tue Oct 18 14:28:50 2011 +0200
@@ -28,6 +28,8 @@
 
 #include "SDLs.h"
 
+#include "SmartLineEdit.h"
+
 class ListWidgetNickItem;
 class QTextBrowser;
 class QLineEdit;
@@ -95,7 +97,7 @@
   QTextBrowser* chatText;
   QStringList chatStrings;
   QListWidget* chatNicks;
-  QLineEdit* chatEditLine;
+  SmartLineEdit* chatEditLine;
   QAction * acInfo;
   QAction * acKick;
   QAction * acBan;