Make Quasel compile on mac and win again.
[quassel.git] / src / uisupport / bufferviewfilter.cpp
index bb67e50..54387ec 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -47,7 +47,7 @@ BufferViewFilter::BufferViewFilter(QAbstractItemModel *model, BufferViewConfig *
     _config(0),
     _sortOrder(Qt::AscendingOrder),
     _userOfflineIcon(SmallIcon("user-offline")),
-    _userAwayIcon(SmallIcon("user-away")),
+    _userAwayIcon(SmallIcon("user-away-extended")),
     _userOnlineIcon(SmallIcon("user-online")),
     _editMode(false),
     _enableEditMode(tr("Edit Mode"), this)