diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-01-29 23:52:25 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-01-29 23:52:25 (GMT) |
commit | 01f868c4040234ed4b1ee7d0e08377a89b928b77 (patch) | |
tree | 650b42976a38e18d61a58d1b3a7c7ef509472237 /Swift/Controllers/UnitTest/ChatsManagerTest.cpp | |
parent | ed8990c5ee4f54d63e88b6bad28356d0c032a8c3 (diff) | |
download | swift-contrib-01f868c4040234ed4b1ee7d0e08377a89b928b77.zip swift-contrib-01f868c4040234ed4b1ee7d0e08377a89b928b77.tar.bz2 |
Fix chatwindow unit tests
Diffstat (limited to 'Swift/Controllers/UnitTest/ChatsManagerTest.cpp')
-rw-r--r-- | Swift/Controllers/UnitTest/ChatsManagerTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/Controllers/UnitTest/ChatsManagerTest.cpp b/Swift/Controllers/UnitTest/ChatsManagerTest.cpp index 0dfc52b..219b9b0 100644 --- a/Swift/Controllers/UnitTest/ChatsManagerTest.cpp +++ b/Swift/Controllers/UnitTest/ChatsManagerTest.cpp @@ -4,8 +4,8 @@ #include "Swift/Controllers/ChatsManager.h" -#include "Swift/Controllers/ChatWindow.h" -#include "Swift/Controllers/ChatWindowFactory.h" +#include "Swift/Controllers/UIInterfaces/ChatWindow.h" +#include "Swift/Controllers/UIInterfaces/ChatWindowFactory.h" #include "Swiften/Roster/TreeWidgetFactory.h" #include "Swiften/Client/Client.h" #include "Swift/Controllers/ChatController.h" |