summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt10
-rw-r--r--VERSION2
-rw-r--r--kde4-splash-mdv.desktop6
-rw-r--r--kde4-splash-mga.desktop6
-rw-r--r--themesettings.cpp4
5 files changed, 14 insertions, 14 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2afe582..951dd7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,8 @@
-project(kde4-splash-mdv)
+project(kde4-splash-mga)
cmake_minimum_required(VERSION 2.6)
cmake_policy(SET CMP0005 NEW)
-set(kde4-splash-mdv_SRCS main.cpp mainwidget.cpp themesettings.cpp imageloader.cpp animateditem.cpp application.cpp animatedstatus.cpp)
+set(kde4-splash-mga_SRCS main.cpp mainwidget.cpp themesettings.cpp imageloader.cpp animateditem.cpp application.cpp animatedstatus.cpp)
find_package(KDE4 REQUIRED)
find_package(Qt4)
@@ -20,8 +20,8 @@ add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
QT4_WRAP_CPP(kde4-splash-mdv_MOC_SRCS mainwidget.h animateditem.h application.h animatedstatus.h)
-add_executable(kde4-splash-mdv MACOSX_BUNDLE ${kde4-splash-mdv_SRCS} ${kde4-splash-mdv_MOC_SRCS})
+add_executable(kde4-splash-mga MACOSX_BUNDLE ${kde4-splash-mga_SRCS} ${kde4-splash-mga_MOC_SRCS})
-target_link_libraries(kde4-splash-mdv ${QT_LIBRARIES} ${KDE4_KDEUI_LIBS})
+target_link_libraries(kde4-splash-mga ${QT_LIBRARIES} ${KDE4_KDEUI_LIBS})
-install(TARGETS kde4-splash-mdv DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
+install(TARGETS kde4-splash-mga DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
diff --git a/VERSION b/VERSION
index 5dec4a5..d00491f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2010.1.0
+1
diff --git a/kde4-splash-mdv.desktop b/kde4-splash-mdv.desktop
deleted file mode 100644
index 3577f9c..0000000
--- a/kde4-splash-mdv.desktop
+++ /dev/null
@@ -1,6 +0,0 @@
-[Desktop Entry]
-Type=Service
-Comment=Mandriva KDE4 Splash Screen
-Name=kde4-splash-mdv
-X-KDE-ServiceTypes=KSplash/Plugin
-X-KSplash-PluginName=kde4-splash-mdv
diff --git a/kde4-splash-mga.desktop b/kde4-splash-mga.desktop
new file mode 100644
index 0000000..2a526a5
--- /dev/null
+++ b/kde4-splash-mga.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Type=Service
+Comment=Mageia KDE4 Splash Screen
+Name=kde4-splash-mga
+X-KDE-ServiceTypes=KSplash/Plugin
+X-KSplash-PluginName=kde4-splash-mga
diff --git a/themesettings.cpp b/themesettings.cpp
index 3aeb16d..14ef1df 100644
--- a/themesettings.cpp
+++ b/themesettings.cpp
@@ -41,10 +41,10 @@ ThemeSettings::ThemeSettings(const QString &p_theme, const QSize &p_target)
if(cfg.hasGroup("KSplash"))
{
KConfigGroup g = cfg.group("KSplash");
- m_themeName = g.readEntry("Theme", "MdvDefault");
+ m_themeName = g.readEntry("Theme", "MgaDefault");
}
else
- m_themeName = "MdvDefault";
+ m_themeName = "MgaDefault";
}
else
m_themeName = p_theme;