aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mainwindow.cpp')
-rw-r--r--src/ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index 0b66c44d0..5ae50bd5e 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -60,7 +60,7 @@ MainWindow::MainWindow(const QStringList& args,CommandLineOptionManager* option_
m_elapsed = 0;
m_option_manager = option_manager;
- setWindowIcon( QIcon(":/qmmp.xpm") );
+ setWindowIcon(QIcon(":/32x32/qmmp.png"));
m_skin = new Skin(this);
Dock *dock = new Dock(this);