renamed the logo files to icon instead

This commit is contained in:
Daniel Marjamäki 2009-05-25 18:54:15 +02:00
parent d21f309d61
commit c7c9966fa3
3 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -24,7 +24,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
app.setWindowIcon(QIcon("../logo.png"));
app.setWindowIcon(QIcon("icon.png"));
MainWindow window;
window.show();