summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/platinum/platinum.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/src/styles/platinum/platinum.pro')
-rw-r--r--plugins/src/styles/platinum/platinum.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/src/styles/platinum/platinum.pro b/plugins/src/styles/platinum/platinum.pro
index 8ddff3cc..9091307c 100644
--- a/plugins/src/styles/platinum/platinum.pro
+++ b/plugins/src/styles/platinum/platinum.pro
@@ -1,16 +1,16 @@
TEMPLATE = lib
-TARGET = qplatinumstyle
+TARGET = tqplatinumstyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
-HEADERS = ../../../../include/ntqplatinumstyle.h
+HEADERS = ../../../../include/tqplatinumstyle.h
SOURCES = main.cpp \
- ../../../../src/styles/qplatinumstyle.cpp
+ ../../../../src/styles/tqplatinumstyle.cpp
!contains(styles, windows) {
- HEADERS += ../../../../include/ntqwindowsstyle.h
- SOURCES += ../../../../src/styles/qwindowsstyle.cpp
+ HEADERS += ../../../../include/tqwindowsstyle.h
+ SOURCES += ../../../../src/styles/tqwindowsstyle.cpp
}
unix:OBJECTS_DIR = .obj