diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 10:12:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 20:18:53 +0900 |
commit | 7c56e0db5cfa14b280ca25b455daae77e75eb953 (patch) | |
tree | 00180b096c838fdb8a8416abf930716add75c1b5 | |
parent | a128939ad87c545bfe819d9bc39e259f48f7f3c1 (diff) | |
download | tde-style-polyester-7c56e0db5cfa14b280ca25b455daae77e75eb953.tar.gz tde-style-polyester-7c56e0db5cfa14b280ca25b455daae77e75eb953.zip |
Fix loading of window decoration module in twin
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | client/CMakeLists.txt | 4 | ||||
-rwxr-xr-x | client/polyester.desktop | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 7e9d720..e505b79 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -63,9 +63,9 @@ add_custom_target( buttons-embed-images ) -### twin_polyester (kpart) ##################################################### +### twin3_polyester (kpart) ##################################################### -tde_add_kpart( twin_polyester AUTOMOC +tde_add_kpart( twin3_polyester AUTOMOC SOURCES polyester.cpp diff --git a/client/polyester.desktop b/client/polyester.desktop index 52e7c93..30f8b1d 100755 --- a/client/polyester.desktop +++ b/client/polyester.desktop @@ -2,4 +2,4 @@ [Desktop Entry] Encoding=UTF-8 Name=Polyester -X-TDE-Library=twin_polyester
\ No newline at end of file +X-TDE-Library=twin3_polyester |