summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtRosterHeader.h')
-rw-r--r--Swift/QtUI/QtRosterHeader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtRosterHeader.h b/Swift/QtUI/QtRosterHeader.h
index 6c76993..0dc611d 100644
--- a/Swift/QtUI/QtRosterHeader.h
+++ b/Swift/QtUI/QtRosterHeader.h
@@ -20,6 +20,7 @@
class QHBoxLayout;
namespace Swift {
+ class QtClickableLabel;
class QtStatusWidget;
class QtNameWidget;
class QtSettingsProvider;
@@ -44,7 +45,7 @@ namespace Swift {
void handleChangeStatusRequest(StatusShow::Type type, const QString &statusMessage);
private:
QString name_;
- QLabel* avatarLabel_;
+ QtClickableLabel* avatarLabel_;
QtNameWidget* nameWidget_;
QtTextEdit* statusEdit_;
QToolBar* toolBar_;