diff options
author | Mavridis Philippe <[email protected]> | 2024-03-10 22:14:44 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-03-10 22:33:47 +0200 |
commit | 46b634a550b6a1b92a678fee06cfa9982c28e8d6 (patch) | |
tree | 278c9e658dd14326449d6a9aaae90f67de8cc8e3 /style/config | |
parent | 5b82d9ff2a271585a6d2bdfc8f00f6bebe68ca63 (diff) | |
download | tde-style-polyester-46b634a550b6a1b92a678fee06cfa9982c28e8d6.tar.gz tde-style-polyester-46b634a550b6a1b92a678fee06cfa9982c28e8d6.zip |
Port translations to CMake
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'style/config')
-rwxr-xr-x | style/config/polyesterconf.cpp | 2 |
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_); |