X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=main.cpp;h=f5f86230b74476ff9994eedf74ae51ce2e3332dc;hb=HEAD;hp=08cbdf12253296c2bbec8a3218f66754e7acfd7b;hpb=59ffc920954b530fd1b867f5edf9d5d910510636;p=groove diff --git a/main.cpp b/main.cpp index 08cbdf1..f5f8623 100755 --- a/main.cpp +++ b/main.cpp @@ -5,6 +5,7 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); a.setApplicationName("Groove"); + a.setWindowIcon(QIcon::fromTheme("")); groove gs; //create Groove! #ifdef Q_WS_MAEMO_5 //setAttribute(Qt::WA_Maemo5AutoOrientation,true);