Fix wordwrap when using Qt > 4.6.3
[quassel.git] / src / qtui / titlesetter.h
index 5fe1aee..fe16b2d 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -38,7 +38,7 @@ class TitleSetter : public AbstractItemView {
 
   private:
     MainWin *_mainWin;
-    void changeWindowTitle(QString title);
+    void changeWindowTitle(const QModelIndex &index);
 };