From e6e45b7b7468c3776fbbbd25d4853bca60114c9e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:47:55 +0900 Subject: Remove layout nt* related header files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 8 +++----- qtinterface/interface_tqt3/tqgroupbox.h | 28 ---------------------------- qtinterface/interface_tqt3/tqhbox.h | 28 ---------------------------- qtinterface/interface_tqt3/tqhbuttongroup.h | 28 ---------------------------- qtinterface/interface_tqt3/tqhgroupbox.h | 28 ---------------------------- qtinterface/interface_tqt3/tqlayout.h | 28 ---------------------------- qtinterface/interface_tqt3/tqvbox.h | 28 ---------------------------- qtinterface/interface_tqt3/tqvbuttongroup.h | 28 ---------------------------- qtinterface/interface_tqt3/tqvgroupbox.h | 28 ---------------------------- 9 files changed, 3 insertions(+), 229 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqgroupbox.h delete mode 100644 qtinterface/interface_tqt3/tqhbox.h delete mode 100644 qtinterface/interface_tqt3/tqhbuttongroup.h delete mode 100644 qtinterface/interface_tqt3/tqhgroupbox.h delete mode 100644 qtinterface/interface_tqt3/tqlayout.h delete mode 100644 qtinterface/interface_tqt3/tqvbox.h delete mode 100644 qtinterface/interface_tqt3/tqvbuttongroup.h delete mode 100644 qtinterface/interface_tqt3/tqvgroupbox.h 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 - -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 -#include - -#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 - -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 -#include - -#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 - -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 -#include - -#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 - -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 -#include - -#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 - -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 -#include - -#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 - -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 -#include - -#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 - -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 -#include - -#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 - -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 -#include - -#endif /* TQT_TQVGROUPBOX_H */ -- cgit v1.2.3