diff options
author | Michele Calgaro <[email protected]> | 2024-08-24 20:19:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:35 +0900 |
commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
tree | 204d752457acf6403c99f3928f02b612ff14d178 /plugins/src/styles/motif/motif.pro | |
parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
download | tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/src/styles/motif/motif.pro')
-rw-r--r-- | plugins/src/styles/motif/motif.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/src/styles/motif/motif.pro b/plugins/src/styles/motif/motif.pro index 61f228c1c..2ee355b11 100644 --- a/plugins/src/styles/motif/motif.pro +++ b/plugins/src/styles/motif/motif.pro @@ -1,12 +1,12 @@ TEMPLATE = lib -TARGET = qmotifstyle +TARGET = tqmotifstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqmotifstyle.h +HEADERS = ../../../../include/tqmotifstyle.h SOURCES = main.cpp \ - ../../../../src/styles/qmotifstyle.cpp + ../../../../src/styles/tqmotifstyle.cpp unix:OBJECTS_DIR = .obj win32:OBJECTS_DIR = obj |