summary refs log tree commit diff
path: root/include/UserInfoWidget.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 15:46:39 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 15:46:39 +0300
commita17b6dffafb450c48c1c1f5034e85763aa7a6a5e (patch)
treefeb2510c63dfbab6a57ebb96ed2c8a24fc82083e /include/UserInfoWidget.h
parentAdd scroll-down button (diff)
downloadnheko-a17b6dffafb450c48c1c1f5034e85763aa7a6a5e.tar.xz
Clean up headers
Diffstat (limited to 'include/UserInfoWidget.h')
-rw-r--r--include/UserInfoWidget.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/include/UserInfoWidget.h b/include/UserInfoWidget.h

index b2c7b876..111f5808 100644 --- a/include/UserInfoWidget.h +++ b/include/UserInfoWidget.h
@@ -17,15 +17,13 @@ #pragma once -#include <QtWidgets/QHBoxLayout> -#include <QtWidgets/QLabel> -#include <QtWidgets/QVBoxLayout> -#include <QtWidgets/QWidget> +#include <QLabel> +#include <QLayout> -#include "Avatar.h" -#include "FlatButton.h" -#include "LogoutDialog.h" -#include "OverlayModal.h" +class Avatar; +class FlatButton; +class LogoutDialog; +class OverlayModal; class UserInfoWidget : public QWidget {