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 /src/kernel/tqobject.cpp | |
parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
download | tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqobject.cpp')
-rw-r--r-- | src/kernel/tqobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp index cfb026fbf..756117fff 100644 --- a/src/kernel/tqobject.cpp +++ b/src/kernel/tqobject.cpp @@ -61,7 +61,7 @@ #include <ctype.h> #include <stdlib.h> -// Keep in sync with duplicate definition in qcommonstyle.cpp +// Keep in sync with duplicate definition in tqcommonstyle.cpp class TQStyleControlElementDataPrivate { public: bool isTQPushButton; |