highlight respects now word boundaries. thx int
[quassel.git] / src / qtui / inputwidget.h
index 697f654..86a7693 100644 (file)
@@ -28,7 +28,7 @@
 #include "buffermodel.h"
 #include "bufferinfo.h"
 #include "identity.h"
-#include "network.h";
+#include "network.h"
 
 class InputWidget : public QWidget {
   Q_OBJECT
@@ -56,7 +56,7 @@ protected slots:
 //   virtual void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
 
 private slots:
-  void enterPressed();
+  void sendText(QString text);
   void changeNick(const QString &newNick) const;
 
   void setNetwork(const Network *network);