summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thememoodin.cpp')
-rw-r--r--src/thememoodin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thememoodin.cpp b/src/thememoodin.cpp
index b87b92a..d7fb17f 100644
--- a/src/thememoodin.cpp
+++ b/src/thememoodin.cpp
@@ -37,6 +37,7 @@ K_EXPORT_COMPONENT_FACTORY(ksplashmoodin, KGenericFactory<ThemeMoodin>("ksplash"
ThemeMoodin::ThemeMoodin(TQWidget* parent, const char* name, const TQStringList& args)
:ThemeEngine(parent, name, args)
{
+ TDEGlobal::locale()->insertCatalogue( "ksplash-engine-moodin" );
readSettings();
init();
}