From 0c10b3b6b156af67067e8ea07f2818092322910a Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 22 Mar 2013 10:26:22 +0100 Subject: New Splash Create new splash screen from Kimber James. She's so hot! While at it, change the Domain... --- main.cpp | 2 +- shemov.cpp | 2 +- shemov.qrc | 2 +- shemov_splash2.png | Bin 0 -> 162328 bytes 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 shemov_splash2.png diff --git a/main.cpp b/main.cpp index 7a542e7..444b6c1 100644 --- a/main.cpp +++ b/main.cpp @@ -12,7 +12,7 @@ int main(int argc, char **argv){ QApplication app(argc, argv); QCoreApplication::setOrganizationName("Sissie's, Inc."); - QCoreApplication::setOrganizationDomain("hadante.servebeer.com"); + QCoreApplication::setOrganizationDomain("dakara.d-tor.org"); QCoreApplication::setApplicationName("SheMov"); QCoreApplication::setApplicationVersion("1.0 TreeVersion"); (void) new SheMov; 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 diff --git a/shemov.qrc b/shemov.qrc index 372b871..ca07ee9 100644 --- a/shemov.qrc +++ b/shemov.qrc @@ -5,7 +5,6 @@ picture.svg shemov.png archive.svg - shemov_splash.png back_dick.png up_dick.png chastity_belt.png @@ -40,5 +39,6 @@ chastity_belt_with_cuffs.png catheter_with_bag.png blue_syringe.png + shemov_splash2.png diff --git a/shemov_splash2.png b/shemov_splash2.png new file mode 100644 index 0000000..88bd329 Binary files /dev/null and b/shemov_splash2.png differ -- cgit v1.2.3-70-g09d2