From f40087159b9efbc39859e60a8efb3fa0763c6078 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 2 Aug 2011 16:18:24 +0000 Subject: updated about dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2285 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/main.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/app/main.cpp') 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 -#endif - #include #include #include #include +#include #include #include #include @@ -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 -- cgit v1.2.3-13-gbd6f