diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 14:05:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 14:12:34 +0900 |
commit | 3c9f1a873cd586c2298b0c773f2d1e39e1e8618b (patch) | |
tree | bc9316580c13032ef71c39e57bdb39ab266c9df3 | |
parent | d8f7d899644c16fa7b0481ce62f1efe03010d7bc (diff) | |
download | tqtinterface-3c9f1a873cd586c2298b0c773f2d1e39e1e8618b.tar.gz tqtinterface-3c9f1a873cd586c2298b0c773f2d1e39e1e8618b.zip |
Remove str nt* related header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | qtinterface/CMakeLists.txt | 1 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqmetaobject.h | 2 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstring.h | 30 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstringlist.h | 28 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstrlist.h | 28 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstrvec.h | 28 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqtextstream.h | 2 |
7 files changed, 2 insertions, 117 deletions
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 <tqt.h> #include <ntqconnection.h> -#include <ntqstrlist.h> +#include <tqstrlist.h> #include <ntqmetaobject.h> #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 <kb9vqf@pearsoncomputing.net> - -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 <tqt.h> -#include <ntqcstring.h> -#include <ntqdatastream.h> -#include <ntqstring.h> - -#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 <kb9vqf@pearsoncomputing.net> - -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 <tqt.h> -#include <ntqstringlist.h> - -#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 <kb9vqf@pearsoncomputing.net> - -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 <tqt.h> -#include <ntqstrlist.h> - -#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 <kb9vqf@pearsoncomputing.net> - -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 <tqt.h> -#include <ntqstrvec.h> - -#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 <tqt.h> -#include <ntqstring.h> +#include <tqstring.h> #include <ntqiodevice.h> #include <ntqtextstream.h> |