summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/windows
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-24 20:19:50 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:35 +0900
commitd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch)
tree204d752457acf6403c99f3928f02b612ff14d178 /plugins/src/styles/windows
parentddce1c91f8582885497b463b24bac59f6fdfdf63 (diff)
downloadtqt3-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/windows')
-rw-r--r--plugins/src/styles/windows/main.cpp2
-rw-r--r--plugins/src/styles/windows/windows.pro6
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/src/styles/windows/main.cpp b/plugins/src/styles/windows/main.cpp
index 98d8480db..efb82e432 100644
--- a/plugins/src/styles/windows/main.cpp
+++ b/plugins/src/styles/windows/main.cpp
@@ -1,5 +1,5 @@
#include <tqstyleplugin.h>
-#include <ntqwindowsstyle.h>
+#include <tqwindowsstyle.h>
class WindowsStyle : public TQStylePlugin
{
diff --git a/plugins/src/styles/windows/windows.pro b/plugins/src/styles/windows/windows.pro
index c1a3732c6..b827c5a5c 100644
--- a/plugins/src/styles/windows/windows.pro
+++ b/plugins/src/styles/windows/windows.pro
@@ -1,12 +1,12 @@
TEMPLATE = lib
-TARGET = qwindowsstyle
+TARGET = tqwindowsstyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
-HEADERS = ../../../../include/ntqwindowsstyle.h
+HEADERS = ../../../../include/tqwindowsstyle.h
SOURCES = main.cpp \
- ../../../../src/styles/qwindowsstyle.cpp
+ ../../../../src/styles/tqwindowsstyle.cpp
unix:OBJECTS_DIR = .obj
win32:OBJECTS_DIR = obj