summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/motif
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/src/styles/motif')
-rw-r--r--plugins/src/styles/motif/main.cpp2
-rw-r--r--plugins/src/styles/motif/motif.pro6
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/src/styles/motif/main.cpp b/plugins/src/styles/motif/main.cpp
index 84c20d79f..73e25e64a 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 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