summaryrefslogtreecommitdiffstats
path: root/style/config/polyesterconf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'style/config/polyesterconf.cpp')
-rwxr-xr-xstyle/config/polyesterconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/config/polyesterconf.cpp b/style/config/polyesterconf.cpp
index e11661f..2df304a 100755
--- a/style/config/polyesterconf.cpp
+++ b/style/config/polyesterconf.cpp
@@ -59,7 +59,7 @@ PolyesterStyleConfig::PolyesterStyleConfig(TQWidget* parent): TQWidget(parent)
//Should have no margins here, the dialog provides them
TQVBoxLayout* layout = new TQVBoxLayout(this, 0, 0);
dialog_ = new ConfigDialog(this);
- TDEGlobal::locale()->insertCatalogue("kstyle_polyester_config");
+ TDEGlobal::locale()->insertCatalogue("polyester");
layout->addWidget(dialog_);