summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
-rw-r--r--shemov.cpp2
-rw-r--r--shemov.qrc2
-rw-r--r--shemov_splash2.pngbin0 -> 162328 bytes
4 files changed, 3 insertions, 3 deletions
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 @@
<file>picture.svg</file>
<file>shemov.png</file>
<file>archive.svg</file>
- <file>shemov_splash.png</file>
<file>back_dick.png</file>
<file>up_dick.png</file>
<file>chastity_belt.png</file>
@@ -40,5 +39,6 @@
<file>chastity_belt_with_cuffs.png</file>
<file>catheter_with_bag.png</file>
<file>blue_syringe.png</file>
+ <file>shemov_splash2.png</file>
</qresource>
</RCC>
diff --git a/shemov_splash2.png b/shemov_splash2.png
new file mode 100644
index 0000000..88bd329
--- /dev/null
+++ b/shemov_splash2.png
Binary files differ