From 6d3d98145749503527a29c440f7d9c8af406cc0d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 14:03:33 +0900 Subject: Remove ptr nt* related header files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 4 ++-- qtinterface/interface_tqt3/tqptrcollection.h | 28 ---------------------------- qtinterface/interface_tqt3/tqptrdict.h | 28 ---------------------------- qtinterface/interface_tqt3/tqptrlist.h | 28 ---------------------------- qtinterface/interface_tqt3/tqptrqueue.h | 28 ---------------------------- qtinterface/interface_tqt3/tqptrstack.h | 28 ---------------------------- qtinterface/interface_tqt3/tqptrvector.h | 28 ---------------------------- 7 files changed, 2 insertions(+), 170 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqptrcollection.h delete mode 100644 qtinterface/interface_tqt3/tqptrdict.h delete mode 100644 qtinterface/interface_tqt3/tqptrlist.h delete mode 100644 qtinterface/interface_tqt3/tqptrqueue.h delete mode 100644 qtinterface/interface_tqt3/tqptrstack.h delete mode 100644 qtinterface/interface_tqt3/tqptrvector.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 17e1d24..cc1fbb4 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -73,8 +73,8 @@ install( FILES ${IFACE}/tqmime.h ${IFACE}/tqmovie.h ${IFACE}/tqmutex.h ${IFACE}/tqnamespace.h ${IFACE}/tqpaintdevice.h ${IFACE}/tqpaintdevicemetrics.h ${IFACE}/tqpainter.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}/tqptrcollection.h ${IFACE}/tqptrdict.h ${IFACE}/tqptrlist.h - ${IFACE}/tqptrqueue.h ${IFACE}/tqptrstack.h ${IFACE}/tqptrvector.h ${IFACE}/tqrect.h ${IFACE}/tqregexp.h ${IFACE}/tqregion.h + ${IFACE}/tqpolygonscanner.h ${IFACE}/tqprinter.h + ${IFACE}/tqrect.h ${IFACE}/tqregexp.h ${IFACE}/tqregion.h ${IFACE}/tqrtlcodec.h ${IFACE}/tqsemaphore.h ${IFACE}/tqsettings.h ${IFACE}/tqshared.h ${IFACE}/tqsignalslotimp.h ${IFACE}/tqsimplerichtext.h ${IFACE}/tqsize.h ${IFACE}/tqsizepolicy.h ${IFACE}/tqsjiscodec.h ${IFACE}/tqsocketdevice.h ${IFACE}/tqstring.h ${IFACE}/tqstringlist.h ${IFACE}/tqstrlist.h ${IFACE}/tqstrvec.h diff --git a/qtinterface/interface_tqt3/tqptrcollection.h b/qtinterface/interface_tqt3/tqptrcollection.h deleted file mode 100644 index 663324b..0000000 --- a/qtinterface/interface_tqt3/tqptrcollection.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_TQPTRCOLLECTION_H -#define TQT_TQPTRCOLLECTION_H - -#include -#include - -#endif /* TQT_TQPTRCOLLECTION_H */ diff --git a/qtinterface/interface_tqt3/tqptrdict.h b/qtinterface/interface_tqt3/tqptrdict.h deleted file mode 100644 index c178a8b..0000000 --- a/qtinterface/interface_tqt3/tqptrdict.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_TQPTRDICT_H -#define TQT_TQPTRDICT_H - -#include -#include - -#endif /* TQT_TQPTRDICT_H */ diff --git a/qtinterface/interface_tqt3/tqptrlist.h b/qtinterface/interface_tqt3/tqptrlist.h deleted file mode 100644 index 24fd6f0..0000000 --- a/qtinterface/interface_tqt3/tqptrlist.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_TQPTRLIST_H -#define TQT_TQPTRLIST_H - -#include -#include - -#endif /* TQT_TQPTRLIST_H */ diff --git a/qtinterface/interface_tqt3/tqptrqueue.h b/qtinterface/interface_tqt3/tqptrqueue.h deleted file mode 100644 index 45b2f50..0000000 --- a/qtinterface/interface_tqt3/tqptrqueue.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_TQPTRQUEUE_H -#define TQT_TQPTRQUEUE_H - -#include -#include - -#endif /* TQT_TQPTRQUEUE_H */ diff --git a/qtinterface/interface_tqt3/tqptrstack.h b/qtinterface/interface_tqt3/tqptrstack.h deleted file mode 100644 index 4253813..0000000 --- a/qtinterface/interface_tqt3/tqptrstack.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_TQPTRSTACK_H -#define TQT_TQPTRSTACK_H - -#include -#include - -#endif /* TQT_TQPTRSTACK_H */ diff --git a/qtinterface/interface_tqt3/tqptrvector.h b/qtinterface/interface_tqt3/tqptrvector.h deleted file mode 100644 index 99befdd..0000000 --- a/qtinterface/interface_tqt3/tqptrvector.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_TQPTRVECTOR_H -#define TQT_TQPTRVECTOR_H - -#include -#include - -#endif /* TQT_TQPTRVECTOR_H */ -- cgit v1.2.1