summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client/smoothblend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/smooth-blend/client/smoothblend.cpp')
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.cpp b/twin-styles/smooth-blend/client/smoothblend.cpp
index c842574d..7c3adddd 100644
--- a/twin-styles/smooth-blend/client/smoothblend.cpp
+++ b/twin-styles/smooth-blend/client/smoothblend.cpp
@@ -11,6 +11,7 @@
#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdeglobalsettings.h>
+#include <tdeglobal.h>
#include <tdelocale.h>
#include <kpixmap.h>
#include <kimageeffect.h>
@@ -68,6 +69,8 @@ extern "C" KDecorationFactory* create_factory() {
// Constructor
smoothblendFactory::smoothblendFactory() {
+ TDEGlobal::locale()->insertCatalogue("twin_clients");
+ TDEGlobal::locale()->insertCatalogue("twin_art_clients");
readConfig();
initialized_ = true;
}