aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 86df24ee8..42a284625 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -18,15 +18,11 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <QApplication>
#include <QTranslator>
#include <QLocale>
#include <QLibraryInfo>
+#include <QIcon>
#include <stdio.h>
#include <stdlib.h>
#include <qmmp/qmmp.h>
@@ -37,6 +33,7 @@ int main(int argc, char *argv[])
{
QApplication a (argc, argv );
a.setApplicationName("qmmp");
+ a.setWindowIcon(QIcon(":/32x32/qmmp.png"));
LXDESupport::load(); //load lxde icons