fixes, cleanup and other improvements... Now I know how a GC feels ;)
[quassel.git] / src / qtui / topicwidget.h
index 5933d5e..666dd74 100644 (file)
@@ -35,9 +35,6 @@ public:
 
   virtual bool eventFilter(QObject *obj, QEvent *event);
 
-signals:
-  void topicChanged(const QString &text);
-
 protected slots:
   virtual void currentChanged(const QModelIndex &current, const QModelIndex &previous);
   virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);