summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/src/styles/cde/cde.pro10
-rw-r--r--plugins/src/styles/cde/main.cpp2
-rw-r--r--plugins/src/styles/compact/compact.pro10
-rw-r--r--plugins/src/styles/compact/main.cpp2
-rw-r--r--plugins/src/styles/motif/main.cpp2
-rw-r--r--plugins/src/styles/motif/motif.pro6
-rw-r--r--plugins/src/styles/motifplus/main.cpp2
-rw-r--r--plugins/src/styles/motifplus/motifplus.pro10
-rw-r--r--plugins/src/styles/platinum/main.cpp2
-rw-r--r--plugins/src/styles/platinum/platinum.pro10
-rw-r--r--plugins/src/styles/sgi/main.cpp2
-rw-r--r--plugins/src/styles/sgi/sgi.pro10
-rw-r--r--plugins/src/styles/windows/main.cpp2
-rw-r--r--plugins/src/styles/windows/windows.pro6
14 files changed, 38 insertions, 38 deletions
diff --git a/plugins/src/styles/cde/cde.pro b/plugins/src/styles/cde/cde.pro
index 999b35c0..3d785cb5 100644
--- a/plugins/src/styles/cde/cde.pro
+++ b/plugins/src/styles/cde/cde.pro
@@ -1,16 +1,16 @@
TEMPLATE = lib
-TARGET = qcdestyle
+TARGET = tqcdestyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
-HEADERS = ../../../../include/ntqcdestyle.h
+HEADERS = ../../../../include/tqcdestyle.h
SOURCES = main.cpp \
- ../../../../src/styles/qcdestyle.cpp
+ ../../../../src/styles/tqcdestyle.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
diff --git a/plugins/src/styles/cde/main.cpp b/plugins/src/styles/cde/main.cpp
index 23dbb3a3..a079a82d 100644
--- a/plugins/src/styles/cde/main.cpp
+++ b/plugins/src/styles/cde/main.cpp
@@ -1,5 +1,5 @@
#include <tqstyleplugin.h>
-#include <ntqcdestyle.h>
+#include <tqcdestyle.h>
class CDEStyle : public TQStylePlugin
{
diff --git a/plugins/src/styles/compact/compact.pro b/plugins/src/styles/compact/compact.pro
index 1dff0374..6c398f0c 100644
--- a/plugins/src/styles/compact/compact.pro
+++ b/plugins/src/styles/compact/compact.pro
@@ -1,17 +1,17 @@
TEMPLATE = lib
-TARGET = qcompactstyle
+TARGET = tqcompactstyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
-HEADERS = ../../../../include/ntqcompactstyle.h
+HEADERS = ../../../../include/tqcompactstyle.h
SOURCES = main.cpp \
- ../../../../src/styles/qcompactstyle.cpp
+ ../../../../src/styles/tqcompactstyle.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
diff --git a/plugins/src/styles/compact/main.cpp b/plugins/src/styles/compact/main.cpp
index f2b89ddc..8d635891 100644
--- a/plugins/src/styles/compact/main.cpp
+++ b/plugins/src/styles/compact/main.cpp
@@ -1,5 +1,5 @@
#include <tqstyleplugin.h>
-#include <ntqcompactstyle.h>
+#include <tqcompactstyle.h>
class CompactStyle : public TQStylePlugin
{
diff --git a/plugins/src/styles/motif/main.cpp b/plugins/src/styles/motif/main.cpp
index 84c20d79..73e25e64 100644
--- a/plugins/src/styles/motif/main.cpp
+++ b/plugins/src/styles/motif/main.cpp
@@ -1,5 +1,5 @@
#include <tqstyleplugin.h>
-#include <ntqmotifstyle.h>
+#include <tqmotifstyle.h>
class MotifStyle : public TQStylePlugin
{
diff --git a/plugins/src/styles/motif/motif.pro b/plugins/src/styles/motif/motif.pro
index 61f228c1..2ee355b1 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
diff --git a/plugins/src/styles/motifplus/main.cpp b/plugins/src/styles/motifplus/main.cpp
index 205a240a..60b1e539 100644
--- a/plugins/src/styles/motifplus/main.cpp
+++ b/plugins/src/styles/motifplus/main.cpp
@@ -1,5 +1,5 @@
#include <tqstyleplugin.h>
-#include <ntqmotifplusstyle.h>
+#include <tqmotifplusstyle.h>
class MotifPlusStyle : public TQStylePlugin
{
diff --git a/plugins/src/styles/motifplus/motifplus.pro b/plugins/src/styles/motifplus/motifplus.pro
index 0f1ca9be..1e715119 100644
--- a/plugins/src/styles/motifplus/motifplus.pro
+++ b/plugins/src/styles/motifplus/motifplus.pro
@@ -1,16 +1,16 @@
TEMPLATE = lib
-TARGET = qmotifplusstyle
+TARGET = tqmotifplusstyle
CONFIG += qt warn_off release plugin
DESTDIR = ../../../styles
-HEADERS = ../../../../include/ntqmotifplusstyle.h
+HEADERS = ../../../../include/tqmotifplusstyle.h
SOURCES = main.cpp \
- ../../../../src/styles/qmotifplusstyle.cpp
+ ../../../../src/styles/tqmotifplusstyle.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
diff --git a/plugins/src/styles/platinum/main.cpp b/plugins/src/styles/platinum/main.cpp
index 9fc53670..aaf16896 100644
--- a/plugins/src/styles/platinum/main.cpp
+++ b/plugins/src/styles/platinum/main.cpp
@@ -1,4 +1,4 @@
-#include <ntqplatinumstyle.h>
+#include <tqplatinumstyle.h>
#include <tqstyleplugin.h>
class PlatinumStyle : public TQStylePlugin
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
diff --git a/plugins/src/styles/sgi/main.cpp b/plugins/src/styles/sgi/main.cpp
index f88dfa56..9e4331f8 100644
--- a/plugins/src/styles/sgi/main.cpp
+++ b/plugins/src/styles/sgi/main.cpp
@@ -1,5 +1,5 @@
#include <tqstyleplugin.h>
-#include <ntqsgistyle.h>
+#include <tqsgistyle.h>
class SGIStyle : public TQStylePlugin
{
diff --git a/plugins/src/styles/sgi/sgi.pro b/plugins/src/styles/sgi/sgi.pro
index ce7776d1..1d83eacf 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
diff --git a/plugins/src/styles/windows/main.cpp b/plugins/src/styles/windows/main.cpp
index 98d8480d..efb82e43 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 c1a3732c..b827c5a5 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