summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-03-22 10:26:22 +0100
committerArno <am@disconnect.de>2013-03-22 10:26:22 +0100
commit0c10b3b6b156af67067e8ea07f2818092322910a (patch)
tree16910015ebd955bfa00543134369f63e9d8603f1 /shemov.cpp
parenteae868815a44a7f4b87e46dac06ed7ab17e7c02d (diff)
downloadSheMov-0c10b3b6b156af67067e8ea07f2818092322910a.tar.gz
SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.tar.bz2
SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.zip
New Splash
Create new splash screen from Kimber James. She's so hot! While at it, change the Domain...
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 402af56..d65c1d1 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -64,7 +64,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
//application icon
qApp->setWindowIcon(QIcon(":/shemov.png"));
setAttribute(Qt::WA_DeleteOnClose);
- QSplashScreen splash(QPixmap(":/shemov_splash.png"));
+ QSplashScreen splash(QPixmap(":/shemov_splash2.png"));
splash.show();
//init database as early as possible