diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-02 16:18:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-02 16:18:24 +0000 |
| commit | f40087159b9efbc39859e60a8efb3fa0763c6078 (patch) | |
| tree | 5dc5cdad98ce056deec0080457459cf822353db2 /src/app/main.cpp | |
| parent | e94c89ff724da90c161b3ca4034148123dc1db39 (diff) | |
| download | qmmp-f40087159b9efbc39859e60a8efb3fa0763c6078.tar.gz qmmp-f40087159b9efbc39859e60a8efb3fa0763c6078.tar.bz2 qmmp-f40087159b9efbc39859e60a8efb3fa0763c6078.zip | |
updated about dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2285 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app/main.cpp')
| -rw-r--r-- | src/app/main.cpp | 7 |
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 |
