summaryrefslogtreecommitdiffstats
path: root/qtinterface
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:20:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:20:40 +0900
commitdd5e325cac2189313cc9dbfd82d83f6d440ae526 (patch)
tree8bbf0e58151cdf42d08cbe7e0592e5dd48306e73 /qtinterface
parente6e45b7b7468c3776fbbbd25d4853bca60114c9e (diff)
downloadtqtinterface-dd5e325cac2189313cc9dbfd82d83f6d440ae526.tar.gz
tqtinterface-dd5e325cac2189313cc9dbfd82d83f6d440ae526.zip
Remove style nt* related header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface')
-rw-r--r--qtinterface/CMakeLists.txt13
-rw-r--r--qtinterface/interface_tqt3/tqcdestyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqcommonstyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqcompactstyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqinterlacestyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqmotifplusstyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqmotifstyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqplatinumstyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqsgistyle.h28
-rw-r--r--qtinterface/interface_tqt3/tqwindowsstyle.h28
10 files changed, 5 insertions, 260 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt
index f9c9e5a..c09f1b8 100644
--- a/qtinterface/CMakeLists.txt
+++ b/qtinterface/CMakeLists.txt
@@ -36,33 +36,30 @@ endif()
install( FILES
${IFACE}/tqtglobaldefines.h ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h
${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h
- ${IFACE}/tqcdestyle.h
- ${IFACE}/tqcommonstyle.h
${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h
${IFACE}/tqerrormessage.h
${IFACE}/tqgplugin.h
${IFACE}/tqguardedptr.h
${IFACE}/tqinputdialog.h
- ${IFACE}/tqmessagebox.h ${IFACE}/tqmotifplusstyle.h ${IFACE}/tqmotifstyle.h
+ ${IFACE}/tqmessagebox.h
${IFACE}/tqnp.h
- ${IFACE}/tqplatinumstyle.h ${IFACE}/tqprintdialog.h
+ ${IFACE}/tqprintdialog.h
${IFACE}/tqrangecontrol.h
- ${IFACE}/tqsgistyle.h
${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h
${IFACE}/tqsplitter.h
${IFACE}/tqvalidator.h
- ${IFACE}/tqwindowsstyle.h ${IFACE}/tqassistantclient.h
+ ${IFACE}/tqassistantclient.h
${IFACE}/tqconfig.h ${IFACE}/tqfeatures.h ${IFACE}/tqgeneric.h ${IFACE}/tqgif.h
${IFACE}/tqglobal.h ${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h
${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h
${IFACE}/tqabstractlayout.h ${IFACE}/tqasyncimageio.h
${IFACE}/tqcleanuphandler.h
- ${IFACE}/tqcompactstyle.h ${IFACE}/tqconnection.h ${IFACE}/tqcursor.h
+ ${IFACE}/tqconnection.h ${IFACE}/tqcursor.h
${IFACE}/tqdrawutil.h
${IFACE}/tqfocusdata.h
${IFACE}/tqgarray.h ${IFACE}/tqgcache.h ${IFACE}/tqgdict.h ${IFACE}/tqglist.h
${IFACE}/tqgvector.h
- ${IFACE}/tqinterlacestyle.h ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h
+ ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h
${IFACE}/tqlibrary.h ${IFACE}/tqmetaobject.h
${IFACE}/tqnamespace.h
${IFACE}/tqpolygonscanner.h
diff --git a/qtinterface/interface_tqt3/tqcdestyle.h b/qtinterface/interface_tqt3/tqcdestyle.h
deleted file mode 100644
index 63e9242..0000000
--- a/qtinterface/interface_tqt3/tqcdestyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQCDESTYLE_H
-#define TQT_TQCDESTYLE_H
-
-#include <tqt.h>
-#include <ntqcdestyle.h>
-
-#endif /* TQT_TQCDESTYLE_H */
diff --git a/qtinterface/interface_tqt3/tqcommonstyle.h b/qtinterface/interface_tqt3/tqcommonstyle.h
deleted file mode 100644
index a2f9aa1..0000000
--- a/qtinterface/interface_tqt3/tqcommonstyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQCOMMONSTYLE_H
-#define TQT_TQCOMMONSTYLE_H
-
-#include <tqt.h>
-#include <ntqcommonstyle.h>
-
-#endif /* TQT_TQCOMMONSTYLE_H */
diff --git a/qtinterface/interface_tqt3/tqcompactstyle.h b/qtinterface/interface_tqt3/tqcompactstyle.h
deleted file mode 100644
index 23c8f8d..0000000
--- a/qtinterface/interface_tqt3/tqcompactstyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQCOMPACTSTYLE_H
-#define TQT_TQCOMPACTSTYLE_H
-
-#include <tqt.h>
-#include <ntqcompactstyle.h>
-
-#endif /* TQT_TQCOMPACTSTYLE_H */
diff --git a/qtinterface/interface_tqt3/tqinterlacestyle.h b/qtinterface/interface_tqt3/tqinterlacestyle.h
deleted file mode 100644
index 49073bf..0000000
--- a/qtinterface/interface_tqt3/tqinterlacestyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQINTERLACESTYLE_H
-#define TQT_TQINTERLACESTYLE_H
-
-#include <tqt.h>
-#include <ntqinterlacestyle.h>
-
-#endif /* TQT_TQINTERLACESTYLE_H */
diff --git a/qtinterface/interface_tqt3/tqmotifplusstyle.h b/qtinterface/interface_tqt3/tqmotifplusstyle.h
deleted file mode 100644
index efe1ebb..0000000
--- a/qtinterface/interface_tqt3/tqmotifplusstyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQMOTIFPLUSSTYLE_H
-#define TQT_TQMOTIFPLUSSTYLE_H
-
-#include <tqt.h>
-#include <ntqmotifplusstyle.h>
-
-#endif /* TQT_TQMOTIFPLUSSTYLE_H */
diff --git a/qtinterface/interface_tqt3/tqmotifstyle.h b/qtinterface/interface_tqt3/tqmotifstyle.h
deleted file mode 100644
index 9dbe680..0000000
--- a/qtinterface/interface_tqt3/tqmotifstyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQMOTIFSTYLE_H
-#define TQT_TQMOTIFSTYLE_H
-
-#include <tqt.h>
-#include <ntqmotifstyle.h>
-
-#endif /* TQT_TQACCEL_H */
diff --git a/qtinterface/interface_tqt3/tqplatinumstyle.h b/qtinterface/interface_tqt3/tqplatinumstyle.h
deleted file mode 100644
index 581178f..0000000
--- a/qtinterface/interface_tqt3/tqplatinumstyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQPLATINUMSTYLE_H
-#define TQT_TQPLATINUMSTYLE_H
-
-#include <tqt.h>
-#include <ntqplatinumstyle.h>
-
-#endif /* TQT_TQPLATINUMSTYLE_H */
diff --git a/qtinterface/interface_tqt3/tqsgistyle.h b/qtinterface/interface_tqt3/tqsgistyle.h
deleted file mode 100644
index 19c54aa..0000000
--- a/qtinterface/interface_tqt3/tqsgistyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQSGISTYLE_H
-#define TQT_TQSGISTYLE_H
-
-#include <tqt.h>
-#include <ntqsgistyle.h>
-
-#endif /* TQT_TQSGISTYLE_H */
diff --git a/qtinterface/interface_tqt3/tqwindowsstyle.h b/qtinterface/interface_tqt3/tqwindowsstyle.h
deleted file mode 100644
index 932da39..0000000
--- a/qtinterface/interface_tqt3/tqwindowsstyle.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQWINDOWSSTYLE_H
-#define TQT_TQWINDOWSSTYLE_H
-
-#include <tqt.h>
-#include <ntqwindowsstyle.h>
-
-#endif /* TQT_TQWINDOWSSTYLE_H */