summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/sgi/sgi.pro
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:19:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:35 +0900
commitd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch)
tree204d752457acf6403c99f3928f02b612ff14d178 /plugins/src/styles/sgi/sgi.pro
parentddce1c91f8582885497b463b24bac59f6fdfdf63 (diff)
downloadtqt3-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/sgi/sgi.pro')
-rw-r--r--plugins/src/styles/sgi/sgi.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/src/styles/sgi/sgi.pro b/plugins/src/styles/sgi/sgi.pro
index ce7776d18..1d83eacf1 100644
--- a/plugins/src/styles/sgi/sgi.pro
+++ b/plugins/src/styles/sgi/sgi.pro
@@ -1,16 +1,16 @@
TEMPLATE = lib
-TARGET = qsgistyle
+TARGET = tqsgistyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
-HEADERS = ../../../../include/ntqsgistyle.h
+HEADERS = ../../../../include/tqsgistyle.h
SOURCES = main.cpp \
- ../../../../src/styles/qsgistyle.cpp
+ ../../../../src/styles/tqsgistyle.cpp
!contains(styles, motif) {
- HEADERS += ../../../../include/ntqmotifstyle.h
- SOURCES += ../../../../src/styles/qmotifstyle.cpp
+ HEADERS += ../../../../include/tqmotifstyle.h
+ SOURCES += ../../../../src/styles/tqmotifstyle.cpp
}
unix:OBJECTS_DIR = .obj