diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:19:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:35 +0900 |
commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
tree | 204d752457acf6403c99f3928f02b612ff14d178 /plugins/src/styles/cde/main.cpp | |
parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
download | tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/src/styles/cde/main.cpp')
-rw-r--r-- | plugins/src/styles/cde/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/src/styles/cde/main.cpp b/plugins/src/styles/cde/main.cpp index 23dbb3a39..a079a82df 100644 --- a/plugins/src/styles/cde/main.cpp +++ b/plugins/src/styles/cde/main.cpp @@ -1,5 +1,5 @@ #include <tqstyleplugin.h> -#include <ntqcdestyle.h> +#include <tqcdestyle.h> class CDEStyle : public TQStylePlugin { |