New nifty super dooper not yet so nice but real and true channel widget. To be continued.
[quassel.git] / gui / channelwidget.h
index 3d36cf8..cecde30 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef _CHANNELWIDGET_H_
 #define _CHANNELWIDGET_H_
 
-#include "ui_channelwidget.h"
+#include "ui_channelwidget-old.h"
 
 class ChannelWidget : public QWidget {
   Q_OBJECT
@@ -29,8 +29,17 @@ class ChannelWidget : public QWidget {
   public:
     ChannelWidget(QWidget *parent = 0);
 
+  signals:
+    void requestConnect(QString, quint16);
+    void inputLine(QString);
+    
+  private slots:
+    void enterPressed();
+    void lineReceived(QString);
+
   private:
     Ui::ChannelWidget ui;
+
 };