aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-06-13 16:13:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-06-13 16:13:53 +0000
commit6dd05311d33ca0c89e7542ec117d19b82fca5685 (patch)
tree641634e3dba0836c65b0adadf7f36431414d4a0f /src/plugins/General/streambrowser
parent9deb7a80e1d6c5445513afc2763bab56d91eecce (diff)
downloadqmmp-6dd05311d33ca0c89e7542ec117d19b82fca5685.tar.gz
qmmp-6dd05311d33ca0c89e7542ec117d19b82fca5685.tar.bz2
qmmp-6dd05311d33ca0c89e7542ec117d19b82fca5685.zip
decreased compiling time
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6449 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/streambrowser')
-rw-r--r--src/plugins/General/streambrowser/streambrowserfactory.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/General/streambrowser/streambrowserfactory.cpp b/src/plugins/General/streambrowser/streambrowserfactory.cpp
index 69681bf6e..fed34ca0a 100644
--- a/src/plugins/General/streambrowser/streambrowserfactory.cpp
+++ b/src/plugins/General/streambrowser/streambrowserfactory.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2012 by Ilya Kotov *
+ * Copyright (C) 2012-2016 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -18,7 +18,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include <QtGui>
+#include <QMessageBox>
+#include <QTranslator>
+#include <QtPlugin>
#include "streambrowser.h"
#include "streambrowserfactory.h"