summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-09 17:05:16 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-09 17:12:12 (GMT)
commit55c85db9ba929dd94c5a27eadaf3a1bc53101aa9 (patch)
treec4017e28b3e4857d009859ddd408d3cbc8e347b8 /Swift
parentfc40b37d47d510154e1ce58bfaabe6b927333cde (diff)
downloadswift-55c85db9ba929dd94c5a27eadaf3a1bc53101aa9.zip
swift-55c85db9ba929dd94c5a27eadaf3a1bc53101aa9.tar.bz2
Fixed SCons windows building.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/Roster/RosterDelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/Roster/RosterDelegate.h b/Swift/QtUI/Roster/RosterDelegate.h
index 4a4ad6b..934f0bb 100644
--- a/Swift/QtUI/Roster/RosterDelegate.h
+++ b/Swift/QtUI/Roster/RosterDelegate.h
@@ -1,6 +1,6 @@
#pragma once
-#import <QStyledItemDelegate>
+#include <QStyledItemDelegate>
namespace Swift {
class RosterDelegate : public QStyledItemDelegate {
@@ -11,4 +11,4 @@ namespace Swift {
static const int avatarSize_ = 32;
static const int margin_ = 4;
};
-} \ No newline at end of file
+}