diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-09 17:05:16 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-09 17:12:12 (GMT) |
commit | 55c85db9ba929dd94c5a27eadaf3a1bc53101aa9 (patch) | |
tree | c4017e28b3e4857d009859ddd408d3cbc8e347b8 /Swift/QtUI/Roster | |
parent | fc40b37d47d510154e1ce58bfaabe6b927333cde (diff) | |
download | swift-55c85db9ba929dd94c5a27eadaf3a1bc53101aa9.zip swift-55c85db9ba929dd94c5a27eadaf3a1bc53101aa9.tar.bz2 |
Fixed SCons windows building.
Diffstat (limited to 'Swift/QtUI/Roster')
-rw-r--r-- | Swift/QtUI/Roster/RosterDelegate.h | 4 |
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 +} |