diff options
Diffstat (limited to 'Swift')
-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 +} |