From 1455928150292c555221caae8fffe1acf17e1b46 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 17:18:02 +0900 Subject: [PATCH] Remove remaining tq[m-r]* header files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 9 +----- qtinterface/interface_tqt3/tmoc.cmake | 2 +- qtinterface/interface_tqt3/tqmessagebox.h | 28 ------------------- qtinterface/interface_tqt3/tqmetaobject.h | 27 ------------------ qtinterface/interface_tqt3/tqmngio.h | 28 ------------------- qtinterface/interface_tqt3/tqnamespace.h | 28 ------------------- qtinterface/interface_tqt3/tqnp.h | 28 ------------------- qtinterface/interface_tqt3/tqpolygonscanner.h | 28 ------------------- qtinterface/interface_tqt3/tqprintdialog.h | 28 ------------------- qtinterface/interface_tqt3/tqrangecontrol.h | 28 ------------------- 10 files changed, 2 insertions(+), 232 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqmessagebox.h delete mode 100644 qtinterface/interface_tqt3/tqmetaobject.h delete mode 100644 qtinterface/interface_tqt3/tqmngio.h delete mode 100644 qtinterface/interface_tqt3/tqnamespace.h delete mode 100644 qtinterface/interface_tqt3/tqnp.h delete mode 100644 qtinterface/interface_tqt3/tqpolygonscanner.h delete mode 100644 qtinterface/interface_tqt3/tqprintdialog.h delete mode 100644 qtinterface/interface_tqt3/tqrangecontrol.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index d0eaf8d..6804d06 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -31,18 +31,11 @@ link_directories( install( FILES ${IFACE}/tqapplication.h - ${IFACE}/tqmessagebox.h - ${IFACE}/tqnp.h - ${IFACE}/tqprintdialog.h - ${IFACE}/tqrangecontrol.h ${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h ${IFACE}/tqsplitter.h ${IFACE}/tqconfig.h - ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h + ${IFACE}/tqmodules.h ${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h - ${IFACE}/tqmetaobject.h - ${IFACE}/tqnamespace.h - ${IFACE}/tqpolygonscanner.h ${IFACE}/tqshared.h ${IFACE}/tqtl.h ${IFACE}/tquuid.h diff --git a/qtinterface/interface_tqt3/tmoc.cmake b/qtinterface/interface_tqt3/tmoc.cmake index 62334ad..55f23fa 100755 --- a/qtinterface/interface_tqt3/tmoc.cmake +++ b/qtinterface/interface_tqt3/tmoc.cmake @@ -11,7 +11,7 @@ else out_file="$3" cat "${input_file}" | \ @MOC_EXECUTABLE@ | \ - sed "/#include / i\\ + sed "/#include / i\\ #undef TQT_NO_COMPAT\\ #include \"${input_file}\"\\ " \ diff --git a/qtinterface/interface_tqt3/tqmessagebox.h b/qtinterface/interface_tqt3/tqmessagebox.h deleted file mode 100644 index fcab718..0000000 --- a/qtinterface/interface_tqt3/tqmessagebox.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_TQMESSAGEBOX_H -#define TQT_TQMESSAGEBOX_H - -#include -#include - -#endif /* TQT_TQMESSAGEBOX_H */ diff --git a/qtinterface/interface_tqt3/tqmetaobject.h b/qtinterface/interface_tqt3/tqmetaobject.h deleted file mode 100644 index 69afca4..0000000 --- a/qtinterface/interface_tqt3/tqmetaobject.h +++ /dev/null @@ -1,27 +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_TQMETAOBJECT_H -#define TQT_TQMETAOBJECT_H - -#include - -#endif /* TQT_TQMETAOBJECT_H */ diff --git a/qtinterface/interface_tqt3/tqmngio.h b/qtinterface/interface_tqt3/tqmngio.h deleted file mode 100644 index 53e924c..0000000 --- a/qtinterface/interface_tqt3/tqmngio.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_TQMNGIO_H -#define TQT_TQMNGIO_H - -#include -#include - -#endif /* TQT_TQMNGIO_H */ diff --git a/qtinterface/interface_tqt3/tqnamespace.h b/qtinterface/interface_tqt3/tqnamespace.h deleted file mode 100644 index c201dec..0000000 --- a/qtinterface/interface_tqt3/tqnamespace.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_TQNAMESPACE_H -#define TQT_TQNAMESPACE_H - -#include -#include - -#endif /* TQT_TQNAMESPACE_H */ diff --git a/qtinterface/interface_tqt3/tqnp.h b/qtinterface/interface_tqt3/tqnp.h deleted file mode 100644 index 2f14819..0000000 --- a/qtinterface/interface_tqt3/tqnp.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_TQNP_H -#define TQT_TQNP_H - -#include -#include - -#endif /* TQT_TQNP_H */ diff --git a/qtinterface/interface_tqt3/tqpolygonscanner.h b/qtinterface/interface_tqt3/tqpolygonscanner.h deleted file mode 100644 index 74f2b6b..0000000 --- a/qtinterface/interface_tqt3/tqpolygonscanner.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_TQPOLYGONSCANNER_H -#define TQT_TQPOLYGONSCANNER_H - -#include -#include - -#endif /* TQT_TQPOLYGONSCANNER_H */ diff --git a/qtinterface/interface_tqt3/tqprintdialog.h b/qtinterface/interface_tqt3/tqprintdialog.h deleted file mode 100644 index d7f2b27..0000000 --- a/qtinterface/interface_tqt3/tqprintdialog.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_TQPRINTDIALOG_H -#define TQT_TQPRINTDIALOG_H - -#include -#include - -#endif /* TQT_TQPRINTDIALOG_H */ diff --git a/qtinterface/interface_tqt3/tqrangecontrol.h b/qtinterface/interface_tqt3/tqrangecontrol.h deleted file mode 100644 index d91d3ff..0000000 --- a/qtinterface/interface_tqt3/tqrangecontrol.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_TQRANGECONTROL_H -#define TQT_TQRANGECONTROL_H - -#include -#include - -#endif /* TQT_TQRANGECONTROL_H */