aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser/streamwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/streambrowser/streamwindow.h')
-rw-r--r--src/plugins/General/streambrowser/streamwindow.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/plugins/General/streambrowser/streamwindow.h b/src/plugins/General/streambrowser/streamwindow.h
index 013490fd3..742dfb416 100644
--- a/src/plugins/General/streambrowser/streamwindow.h
+++ b/src/plugins/General/streambrowser/streamwindow.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2012 by Ilya Kotov *
+ * Copyright (C) 2012-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -22,7 +22,6 @@
#include <QWidget>
#include <QSortFilterProxyModel>
-#include "ui_streamwindow.h"
class QNetworkAccessManager;
class QNetworkReply;
@@ -31,6 +30,10 @@ class QSortFilterProxyModel;
class QMenu;
class StreamsProxyModel;
+namespace Ui {
+class StreamWindow;
+}
+
/**
@author Ilya Kotov <forkotov02@ya.ru>
*/
@@ -56,7 +59,7 @@ private:
void closeEvent(QCloseEvent *);
void readXml(QIODevice *input, QStandardItemModel *model);
- Ui::StreamWindow ui;
+ Ui::StreamWindow *m_ui;
QNetworkAccessManager *m_http;
QNetworkReply *m_requestReply;
QString m_artist, m_title;