Added cool icon to promoe.

This commit is contained in:
Tobias Rundstrom 2006-02-27 19:30:36 -03:00
parent fa4fc01a31
commit 19cafc34e1
6 changed files with 24 additions and 1 deletions

View file

@ -3,11 +3,17 @@
#include "SkinChooser.h"
#include <QDir>
#include <QIcon>
#include <QFile>
#include <QSettings>
SkinChooser::SkinChooser (QWidget *parent) : QMainWindow (parent)
{
#ifndef _WIN32
setWindowIcon (QIcon (":icon.png"));
#endif
m_mw = dynamic_cast<MainWindow *>(parent);
QWidget *c = new QWidget (this);
setCentralWidget (c);