summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-03-28 18:34:38 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-03-28 18:34:38 (GMT)
commitb9468847a2a77ed5d7909a6c0cc9bf2e53a7252f (patch)
treecb32c5c601cb5fb3dbce34196dbbaa410cf5360c /Swift/QtUI/ChatList/QtChatListWindow.h
parent2e739049b4581c9547943867cea31ad6b2c3784a (diff)
downloadswift-b9468847a2a77ed5d7909a6c0cc9bf2e53a7252f.zip
swift-b9468847a2a77ed5d7909a6c0cc9bf2e53a7252f.tar.bz2
Fix windows compilation.
Diffstat (limited to 'Swift/QtUI/ChatList/QtChatListWindow.h')
-rw-r--r--Swift/QtUI/ChatList/QtChatListWindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Swift/QtUI/ChatList/QtChatListWindow.h b/Swift/QtUI/ChatList/QtChatListWindow.h
index b7fe6d2..856d4c0 100644
--- a/Swift/QtUI/ChatList/QtChatListWindow.h
+++ b/Swift/QtUI/ChatList/QtChatListWindow.h
@@ -2,10 +2,10 @@
#include <QTreeView>
-#import "Swift/Controllers/UIInterfaces/ChatListWindow.h"
-#import "Swift/Controllers/UIEvents/UIEventStream.h"
-#import "Swift/QtUI/ChatList/ChatListModel.h"
-#import "Swift/QtUI/ChatList/ChatListDelegate.h"
+#include "Swift/Controllers/UIInterfaces/ChatListWindow.h"
+#include "Swift/Controllers/UIEvents/UIEventStream.h"
+#include "Swift/QtUI/ChatList/ChatListModel.h"
+#include "Swift/QtUI/ChatList/ChatListDelegate.h"
namespace Swift {