summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-08-25 18:02:21 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-08-25 18:02:21 (GMT)
commit5465cbdbcc065276a34ee7110560e191364f73ee (patch)
tree0b7e06bc63ca01d7d2277115cb3e3b96eab0556f /Swiften/Roster/UnitTest/MockTreeWidgetItem.h
parent0a6875c0f26e9f487e8e245bba569a262246e78d (diff)
downloadswift-5465cbdbcc065276a34ee7110560e191364f73ee.zip
swift-5465cbdbcc065276a34ee7110560e191364f73ee.tar.bz2
scons check fix for the Roster changes.
Diffstat (limited to 'Swiften/Roster/UnitTest/MockTreeWidgetItem.h')
-rw-r--r--Swiften/Roster/UnitTest/MockTreeWidgetItem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Swiften/Roster/UnitTest/MockTreeWidgetItem.h b/Swiften/Roster/UnitTest/MockTreeWidgetItem.h
index 4af113c..eee0962 100644
--- a/Swiften/Roster/UnitTest/MockTreeWidgetItem.h
+++ b/Swiften/Roster/UnitTest/MockTreeWidgetItem.h
@@ -16,8 +16,7 @@ class MockTreeWidgetItem : public TreeWidgetItem {
virtual void setStatusText(const String&) {};
virtual void setAvatarPath(const String&) {};
virtual void setExpanded(bool) {};
- virtual void setTextColor(unsigned long) {};
- virtual void setBackgroundColor(unsigned long) {};
+ virtual void setStatusShow(StatusShow::Type show) {};
virtual void show() {};
virtual void hide() {};
};