summaryrefslogtreecommitdiffstats
path: root/qtinterface
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:47:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:47:55 +0900
commite6e45b7b7468c3776fbbbd25d4853bca60114c9e (patch)
tree0e863adb07bb1fe1e17743bf35fae1e9baac7882 /qtinterface
parenteb22102fdc7d8e40307f1458fee0dba0da2fa357 (diff)
downloadtqtinterface-e6e45b7b7468c3776fbbbd25d4853bca60114c9e.tar.gz
tqtinterface-e6e45b7b7468c3776fbbbd25d4853bca60114c9e.zip
Remove layout nt* related header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface')
-rw-r--r--qtinterface/CMakeLists.txt8
-rw-r--r--qtinterface/interface_tqt3/tqgroupbox.h28
-rw-r--r--qtinterface/interface_tqt3/tqhbox.h28
-rw-r--r--qtinterface/interface_tqt3/tqhbuttongroup.h28
-rw-r--r--qtinterface/interface_tqt3/tqhgroupbox.h28
-rw-r--r--qtinterface/interface_tqt3/tqlayout.h28
-rw-r--r--qtinterface/interface_tqt3/tqvbox.h28
-rw-r--r--qtinterface/interface_tqt3/tqvbuttongroup.h28
-rw-r--r--qtinterface/interface_tqt3/tqvgroupbox.h28
9 files changed, 3 insertions, 229 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt
index 5f15634..f9c9e5a 100644
--- a/qtinterface/CMakeLists.txt
+++ b/qtinterface/CMakeLists.txt
@@ -40,10 +40,9 @@ install( FILES
${IFACE}/tqcommonstyle.h
${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h
${IFACE}/tqerrormessage.h
- ${IFACE}/tqgplugin.h ${IFACE}/tqgroupbox.h
- ${IFACE}/tqguardedptr.h ${IFACE}/tqhbox.h ${IFACE}/tqhbuttongroup.h ${IFACE}/tqhgroupbox.h
+ ${IFACE}/tqgplugin.h
+ ${IFACE}/tqguardedptr.h
${IFACE}/tqinputdialog.h
- ${IFACE}/tqlayout.h
${IFACE}/tqmessagebox.h ${IFACE}/tqmotifplusstyle.h ${IFACE}/tqmotifstyle.h
${IFACE}/tqnp.h
${IFACE}/tqplatinumstyle.h ${IFACE}/tqprintdialog.h
@@ -51,8 +50,7 @@ install( FILES
${IFACE}/tqsgistyle.h
${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h
${IFACE}/tqsplitter.h
- ${IFACE}/tqvalidator.h ${IFACE}/tqvbox.h
- ${IFACE}/tqvbuttongroup.h ${IFACE}/tqvgroupbox.h
+ ${IFACE}/tqvalidator.h
${IFACE}/tqwindowsstyle.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
diff --git a/qtinterface/interface_tqt3/tqgroupbox.h b/qtinterface/interface_tqt3/tqgroupbox.h
deleted file mode 100644
index 84889fd..0000000
--- a/qtinterface/interface_tqt3/tqgroupbox.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_TQGROUPBOX_H
-#define TQT_TQGROUPBOX_H
-
-#include <tqt.h>
-#include <ntqgroupbox.h>
-
-#endif /* TQT_TQGROUPBOX_H */
diff --git a/qtinterface/interface_tqt3/tqhbox.h b/qtinterface/interface_tqt3/tqhbox.h
deleted file mode 100644
index 38fb9fe..0000000
--- a/qtinterface/interface_tqt3/tqhbox.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_TQHBOX_H
-#define TQT_TQHBOX_H
-
-#include <tqt.h>
-#include <ntqhbox.h>
-
-#endif /* TQT_TQHBOX_H */
diff --git a/qtinterface/interface_tqt3/tqhbuttongroup.h b/qtinterface/interface_tqt3/tqhbuttongroup.h
deleted file mode 100644
index 539c4d4..0000000
--- a/qtinterface/interface_tqt3/tqhbuttongroup.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_TQHBUTTONGROUP_H
-#define TQT_TQHBUTTONGROUP_H
-
-#include <tqt.h>
-#include <ntqhbuttongroup.h>
-
-#endif /* TQT_TQHBUTTONGROUP_H */
diff --git a/qtinterface/interface_tqt3/tqhgroupbox.h b/qtinterface/interface_tqt3/tqhgroupbox.h
deleted file mode 100644
index 0b1ef3a..0000000
--- a/qtinterface/interface_tqt3/tqhgroupbox.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_TQHGROUPBOX_H
-#define TQT_TQHGROUPBOX_H
-
-#include <tqt.h>
-#include <ntqhgroupbox.h>
-
-#endif /* TQT_TQHGROUPBOX_H */
diff --git a/qtinterface/interface_tqt3/tqlayout.h b/qtinterface/interface_tqt3/tqlayout.h
deleted file mode 100644
index eeaf19a..0000000
--- a/qtinterface/interface_tqt3/tqlayout.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_TQLAYOUT_H
-#define TQT_TQLAYOUT_H
-
-#include <tqt.h>
-#include <ntqlayout.h>
-
-#endif /* TQT_TQLAYOUT_H */
diff --git a/qtinterface/interface_tqt3/tqvbox.h b/qtinterface/interface_tqt3/tqvbox.h
deleted file mode 100644
index d104faf..0000000
--- a/qtinterface/interface_tqt3/tqvbox.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_TQVBOX_H
-#define TQT_TQVBOX_H
-
-#include <tqt.h>
-#include <ntqvbox.h>
-
-#endif /* TQT_TQVBOX_H */
diff --git a/qtinterface/interface_tqt3/tqvbuttongroup.h b/qtinterface/interface_tqt3/tqvbuttongroup.h
deleted file mode 100644
index 4555412..0000000
--- a/qtinterface/interface_tqt3/tqvbuttongroup.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_TQVBUTTONGROUP_H
-#define TQT_TQVBUTTONGROUP_H
-
-#include <tqt.h>
-#include <ntqvbuttongroup.h>
-
-#endif /* TQT_TQVBUTTONGROUP_H */
diff --git a/qtinterface/interface_tqt3/tqvgroupbox.h b/qtinterface/interface_tqt3/tqvgroupbox.h
deleted file mode 100644
index 4b00b0b..0000000
--- a/qtinterface/interface_tqt3/tqvgroupbox.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_TQVGROUPBOX_H
-#define TQT_TQVGROUPBOX_H
-
-#include <tqt.h>
-#include <ntqvgroupbox.h>
-
-#endif /* TQT_TQVGROUPBOX_H */