From 9c2c71c7148c8cafd564b07b27b4bc7dd8bb6648 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:18:14 +0900 Subject: [PATCH] Remove graphics class nt* related header files (part 2) Signed-off-by: Michele Calgaro --- ConfigureChecks.cmake | 2 +- qtinterface/CMakeLists.txt | 9 +++---- qtinterface/interface_tqt3/tqgl.h | 28 ---------------------- qtinterface/interface_tqt3/tqglcolormap.h | 28 ---------------------- qtinterface/interface_tqt3/tqpalette.h | 28 ---------------------- qtinterface/interface_tqt3/tqpen.h | 28 ---------------------- qtinterface/interface_tqt3/tqpicture.h | 28 ---------------------- qtinterface/interface_tqt3/tqpixmap.h | 28 ---------------------- qtinterface/interface_tqt3/tqpixmapcache.h | 28 ---------------------- qtinterface/interface_tqt3/tqpngio.h | 28 ---------------------- qtinterface/interface_tqt3/tqpoint.h | 28 ---------------------- qtinterface/interface_tqt3/tqpointarray.h | 28 ---------------------- qtinterface/interface_tqt3/tqprinter.h | 28 ---------------------- qtinterface/interface_tqt3/tqrect.h | 28 ---------------------- qtinterface/interface_tqt3/tqregion.h | 28 ---------------------- qtinterface/interface_tqt3/tqwmatrix.h | 28 ---------------------- 16 files changed, 4 insertions(+), 399 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqgl.h delete mode 100644 qtinterface/interface_tqt3/tqglcolormap.h delete mode 100644 qtinterface/interface_tqt3/tqpalette.h delete mode 100644 qtinterface/interface_tqt3/tqpen.h delete mode 100644 qtinterface/interface_tqt3/tqpicture.h delete mode 100644 qtinterface/interface_tqt3/tqpixmap.h delete mode 100644 qtinterface/interface_tqt3/tqpixmapcache.h delete mode 100644 qtinterface/interface_tqt3/tqpngio.h delete mode 100644 qtinterface/interface_tqt3/tqpoint.h delete mode 100644 qtinterface/interface_tqt3/tqpointarray.h delete mode 100644 qtinterface/interface_tqt3/tqprinter.h delete mode 100644 qtinterface/interface_tqt3/tqrect.h delete mode 100644 qtinterface/interface_tqt3/tqregion.h delete mode 100644 qtinterface/interface_tqt3/tqwmatrix.h diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index a95a7dd..a3bba25 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -161,7 +161,7 @@ set( CMAKE_REQUIRED_LIBRARIES -L${TQT_LIBRARY_DIR} ${TQT_LIBRARIES} ) check_cxx_source_compiles(" #include -#include +#include int main( int, char** ) { (void) new TQGLWidget( (TQWidget*)0, \"qgl\" ) ; diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 45da59a..99ac69d 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -40,7 +40,7 @@ install( FILES ${IFACE}/tqcommonstyle.h ${IFACE}/tqdesktopwidget.h ${IFACE}/tqdial.h ${IFACE}/tqdialog.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h ${IFACE}/tqerrormessage.h ${IFACE}/tqeventloop.h - ${IFACE}/tqframe.h ${IFACE}/tqgl.h ${IFACE}/tqgplugin.h ${IFACE}/tqgrid.h ${IFACE}/tqgridview.h ${IFACE}/tqgroupbox.h + ${IFACE}/tqframe.h ${IFACE}/tqgplugin.h ${IFACE}/tqgrid.h ${IFACE}/tqgridview.h ${IFACE}/tqgroupbox.h ${IFACE}/tqguardedptr.h ${IFACE}/tqhbox.h ${IFACE}/tqhbuttongroup.h ${IFACE}/tqheader.h ${IFACE}/tqhgroupbox.h ${IFACE}/tqinputdialog.h ${IFACE}/tqlabel.h ${IFACE}/tqlayout.h ${IFACE}/tqlcdnumber.h ${IFACE}/tqlineedit.h ${IFACE}/tqlistbox.h ${IFACE}/tqlistview.h @@ -70,17 +70,14 @@ install( FILES ${IFACE}/tqinterlacestyle.h ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h ${IFACE}/tqlibrary.h ${IFACE}/tqlocale.h ${IFACE}/tqmetaobject.h ${IFACE}/tqnamespace.h - ${IFACE}/tqpalette.h ${IFACE}/tqpen.h - ${IFACE}/tqpicture.h ${IFACE}/tqpixmapcache.h ${IFACE}/tqpixmap.h ${IFACE}/tqpngio.h ${IFACE}/tqpointarray.h ${IFACE}/tqpoint.h - ${IFACE}/tqpolygonscanner.h ${IFACE}/tqprinter.h - ${IFACE}/tqrect.h ${IFACE}/tqregion.h + ${IFACE}/tqpolygonscanner.h ${IFACE}/tqshared.h ${IFACE}/tqsimplerichtext.h ${IFACE}/tqsyntaxhighlighter.h ${IFACE}/tqtl.h ${IFACE}/tquuid.h ${IFACE}/tqvariant.h ${IFACE}/tqwhatsthis.h - ${IFACE}/tqwmatrix.h ${IFACE}/private/tqucomextra_p.h + ${IFACE}/private/tqucomextra_p.h ${IFACE}/private/tqlayoutengine_p.h ${IFACE}/private/tqinternal_p.h ${IFACE}/private/tqeffects_p.h ${IFACE}/private/tqrichtext_p.h ${IFACE}/private/tqpluginmanager_p.h ${IFACE}/private/tqcom_p.h ${IFACE}/private/tqucom_p.h diff --git a/qtinterface/interface_tqt3/tqgl.h b/qtinterface/interface_tqt3/tqgl.h deleted file mode 100644 index a0ae67f..0000000 --- a/qtinterface/interface_tqt3/tqgl.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_TQGL_H -#define TQT_TQGL_H - -#include -#include - -#endif /* TQT_TQGL_H */ diff --git a/qtinterface/interface_tqt3/tqglcolormap.h b/qtinterface/interface_tqt3/tqglcolormap.h deleted file mode 100644 index 16f55f5..0000000 --- a/qtinterface/interface_tqt3/tqglcolormap.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_TQGLCOLORMAP_H -#define TQT_TQGLCOLORMAP_H - -#include -#include - -#endif /* TQT_TQGLCOLORMAP_H */ diff --git a/qtinterface/interface_tqt3/tqpalette.h b/qtinterface/interface_tqt3/tqpalette.h deleted file mode 100644 index 2c6646b..0000000 --- a/qtinterface/interface_tqt3/tqpalette.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_TQPALETTE_H -#define TQT_TQPALETTE_H - -#include -#include - -#endif /* TQT_TQPALETTE_H */ diff --git a/qtinterface/interface_tqt3/tqpen.h b/qtinterface/interface_tqt3/tqpen.h deleted file mode 100644 index fc9a06e..0000000 --- a/qtinterface/interface_tqt3/tqpen.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_TQPEN_H -#define TQT_TQPEN_H - -#include -#include - -#endif /* TQT_TQPEN_H */ diff --git a/qtinterface/interface_tqt3/tqpicture.h b/qtinterface/interface_tqt3/tqpicture.h deleted file mode 100644 index a442bbe..0000000 --- a/qtinterface/interface_tqt3/tqpicture.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_TQPICTURE_H -#define TQT_TQPICTURE_H - -#include -#include - -#endif /* TQT_TQPICTURE_H */ diff --git a/qtinterface/interface_tqt3/tqpixmap.h b/qtinterface/interface_tqt3/tqpixmap.h deleted file mode 100644 index df65242..0000000 --- a/qtinterface/interface_tqt3/tqpixmap.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_TQPIXMAP_H -#define TQT_TQPIXMAP_H - -#include -#include - -#endif /* TQT_TQPIXMAP_H */ diff --git a/qtinterface/interface_tqt3/tqpixmapcache.h b/qtinterface/interface_tqt3/tqpixmapcache.h deleted file mode 100644 index 9ef1755..0000000 --- a/qtinterface/interface_tqt3/tqpixmapcache.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_TQPIXMAPCACHE_H -#define TQT_TQPIXMAPCACHE_H - -#include -#include - -#endif /* TQT_TQPIXMAPCACHE_H */ diff --git a/qtinterface/interface_tqt3/tqpngio.h b/qtinterface/interface_tqt3/tqpngio.h deleted file mode 100644 index 618689a..0000000 --- a/qtinterface/interface_tqt3/tqpngio.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_TQPNGIO_H -#define TQT_TQPNGIO_H - -#include -#include - -#endif /* TQT_TQPNGIO_H */ diff --git a/qtinterface/interface_tqt3/tqpoint.h b/qtinterface/interface_tqt3/tqpoint.h deleted file mode 100644 index ea24a52..0000000 --- a/qtinterface/interface_tqt3/tqpoint.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_TQPOINT_H -#define TQT_TQPOINT_H - -#include -#include - -#endif /* TQT_TQPOINT_H */ diff --git a/qtinterface/interface_tqt3/tqpointarray.h b/qtinterface/interface_tqt3/tqpointarray.h deleted file mode 100644 index d85d0df..0000000 --- a/qtinterface/interface_tqt3/tqpointarray.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_TQPOINTARRAY_H -#define TQT_TQPOINTARRAY_H - -#include -#include - -#endif /* TQT_TQPOINTARRAY_H */ diff --git a/qtinterface/interface_tqt3/tqprinter.h b/qtinterface/interface_tqt3/tqprinter.h deleted file mode 100644 index 18893de..0000000 --- a/qtinterface/interface_tqt3/tqprinter.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_TQPRINTER_H -#define TQT_TQPRINTER_H - -#include -#include - -#endif /* TQT_TQPRINTER_H */ diff --git a/qtinterface/interface_tqt3/tqrect.h b/qtinterface/interface_tqt3/tqrect.h deleted file mode 100644 index a331851..0000000 --- a/qtinterface/interface_tqt3/tqrect.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_TQRECT_H -#define TQT_TQRECT_H - -#include -#include - -#endif /* TQT_TQRECT_H */ diff --git a/qtinterface/interface_tqt3/tqregion.h b/qtinterface/interface_tqt3/tqregion.h deleted file mode 100644 index eb3be82..0000000 --- a/qtinterface/interface_tqt3/tqregion.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_TQREGION_H -#define TQT_TQREGION_H - -#include -#include - -#endif /* TQT_TQREGION_H */ diff --git a/qtinterface/interface_tqt3/tqwmatrix.h b/qtinterface/interface_tqt3/tqwmatrix.h deleted file mode 100644 index d371c57..0000000 --- a/qtinterface/interface_tqt3/tqwmatrix.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_TQWMATRIX_H -#define TQT_TQWMATRIX_H - -#include -#include - -#endif /* TQT_TQWMATRIX_H */