From 3c9f1a873cd586c2298b0c773f2d1e39e1e8618b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 14:05:02 +0900 Subject: [PATCH] Remove str nt* related header files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 1 - qtinterface/interface_tqt3/tqmetaobject.h | 2 +- qtinterface/interface_tqt3/tqstring.h | 30 ----------------------- qtinterface/interface_tqt3/tqstringlist.h | 28 --------------------- qtinterface/interface_tqt3/tqstrlist.h | 28 --------------------- qtinterface/interface_tqt3/tqstrvec.h | 28 --------------------- qtinterface/interface_tqt3/tqtextstream.h | 2 +- 7 files changed, 2 insertions(+), 117 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqstring.h delete mode 100644 qtinterface/interface_tqt3/tqstringlist.h delete mode 100644 qtinterface/interface_tqt3/tqstrlist.h delete mode 100644 qtinterface/interface_tqt3/tqstrvec.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 2a23c66..f53741e 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -77,7 +77,6 @@ install( FILES ${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 ${IFACE}/tqstylefactory.h ${IFACE}/tqsyntaxhighlighter.h ${IFACE}/tqtextcodecfactory.h ${IFACE}/tqtextcodec.h ${IFACE}/tqtextstream.h ${IFACE}/tqthread.h ${IFACE}/tqthreadstorage.h ${IFACE}/tqtl.h ${IFACE}/tqtsciicodec.h ${IFACE}/tqurl.h ${IFACE}/tqurlinfo.h ${IFACE}/tqutfcodec.h ${IFACE}/tquuid.h diff --git a/qtinterface/interface_tqt3/tqmetaobject.h b/qtinterface/interface_tqt3/tqmetaobject.h index 304b42e..3008a9c 100644 --- a/qtinterface/interface_tqt3/tqmetaobject.h +++ b/qtinterface/interface_tqt3/tqmetaobject.h @@ -24,7 +24,7 @@ Boston, MA 02110-1301, USA. #include #include -#include +#include #include #endif /* TQT_TQMETAOBJECT_H */ diff --git a/qtinterface/interface_tqt3/tqstring.h b/qtinterface/interface_tqt3/tqstring.h deleted file mode 100644 index da2695b..0000000 --- a/qtinterface/interface_tqt3/tqstring.h +++ /dev/null @@ -1,30 +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_TQSTRING_H -#define TQT_TQSTRING_H - -#include -#include -#include -#include - -#endif /* TQT_TQSTRING_H */ diff --git a/qtinterface/interface_tqt3/tqstringlist.h b/qtinterface/interface_tqt3/tqstringlist.h deleted file mode 100644 index a8821ad..0000000 --- a/qtinterface/interface_tqt3/tqstringlist.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_TQSTRINGLIST_H -#define TQT_TQSTRINGLIST_H - -#include -#include - -#endif /* TQT_TQSTRINGLIST_H */ diff --git a/qtinterface/interface_tqt3/tqstrlist.h b/qtinterface/interface_tqt3/tqstrlist.h deleted file mode 100644 index 3512d1c..0000000 --- a/qtinterface/interface_tqt3/tqstrlist.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_TQSTRLIST_H -#define TQT_TQSTRLIST_H - -#include -#include - -#endif /* TQT_TQSTRLIST_H */ diff --git a/qtinterface/interface_tqt3/tqstrvec.h b/qtinterface/interface_tqt3/tqstrvec.h deleted file mode 100644 index 8fe85b7..0000000 --- a/qtinterface/interface_tqt3/tqstrvec.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_TQSTRVEC_H -#define TQT_TQSTRVEC_H - -#include -#include - -#endif /* TQT_TQSTRVEC_H */ diff --git a/qtinterface/interface_tqt3/tqtextstream.h b/qtinterface/interface_tqt3/tqtextstream.h index bd0bd6d..7a4a008 100644 --- a/qtinterface/interface_tqt3/tqtextstream.h +++ b/qtinterface/interface_tqt3/tqtextstream.h @@ -23,7 +23,7 @@ Boston, MA 02110-1301, USA. #define TQT_TQTEXTSTREAM_H #include -#include +#include #include #include