diff options
Diffstat (limited to 'src/plugins/General/streambrowser/streamwindow.h')
| -rw-r--r-- | src/plugins/General/streambrowser/streamwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/streambrowser/streamwindow.h b/src/plugins/General/streambrowser/streamwindow.h index b33e6f36f..12c734e7b 100644 --- a/src/plugins/General/streambrowser/streamwindow.h +++ b/src/plugins/General/streambrowser/streamwindow.h @@ -52,8 +52,8 @@ private: QNetworkAccessManager *m_http; QNetworkReply *m_requestReply; QString m_artist, m_title; - QStandardItemModel *m_icecastModel; - QSortFilterProxyModel *m_filterModel; + QStandardItemModel *m_iceCastModel; + QSortFilterProxyModel *m_iceCastFilterModel; }; #endif |
