From 75ac086627bd76a49bc6312384d1247185dfb0d3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:57:19 +0900 Subject: [PATCH] Remove utility class nt* related header files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 14 +++++----- qtinterface/interface_tqt3/tqapplication.h | 1 - qtinterface/interface_tqt3/tqasciicache.h | 28 -------------------- qtinterface/interface_tqt3/tqasciidict.h | 28 -------------------- qtinterface/interface_tqt3/tqbitarray.h | 28 -------------------- qtinterface/interface_tqt3/tqbitmap.h | 28 -------------------- qtinterface/interface_tqt3/tqcache.h | 28 -------------------- qtinterface/interface_tqt3/tqcstring.h | 30 ---------------------- qtinterface/interface_tqt3/tqdeepcopy.h | 28 -------------------- qtinterface/interface_tqt3/tqdict.h | 28 -------------------- qtinterface/interface_tqt3/tqintcache.h | 28 -------------------- qtinterface/interface_tqt3/tqintdict.h | 28 -------------------- qtinterface/interface_tqt3/tqmemarray.h | 28 -------------------- qtinterface/interface_tqt3/tqregexp.h | 28 -------------------- 14 files changed, 7 insertions(+), 346 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqasciicache.h delete mode 100644 qtinterface/interface_tqt3/tqasciidict.h delete mode 100644 qtinterface/interface_tqt3/tqbitarray.h delete mode 100644 qtinterface/interface_tqt3/tqbitmap.h delete mode 100644 qtinterface/interface_tqt3/tqcache.h delete mode 100644 qtinterface/interface_tqt3/tqcstring.h delete mode 100644 qtinterface/interface_tqt3/tqdeepcopy.h delete mode 100644 qtinterface/interface_tqt3/tqdict.h delete mode 100644 qtinterface/interface_tqt3/tqintcache.h delete mode 100644 qtinterface/interface_tqt3/tqintdict.h delete mode 100644 qtinterface/interface_tqt3/tqmemarray.h delete mode 100644 qtinterface/interface_tqt3/tqregexp.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 0f9616d..9f9f2c2 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -59,21 +59,21 @@ install( FILES ${IFACE}/tqconfig.h ${IFACE}/tqfeatures.h ${IFACE}/tqgeneric.h ${IFACE}/tqgif.h ${IFACE}/tqglobal.h ${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h ${IFACE}/tqnetwork.h ${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h - ${IFACE}/tqabstractlayout.h ${IFACE}/tqasciicache.h ${IFACE}/tqasciidict.h ${IFACE}/tqasyncimageio.h - ${IFACE}/tqbitarray.h ${IFACE}/tqbitmap.h ${IFACE}/tqbrush.h ${IFACE}/tqbuffer.h ${IFACE}/tqcache.h ${IFACE}/tqcleanuphandler.h - ${IFACE}/tqcolor.h ${IFACE}/tqcompactstyle.h ${IFACE}/tqconnection.h ${IFACE}/tqcstring.h ${IFACE}/tqcursor.h ${IFACE}/tqdatastream.h - ${IFACE}/tqdeepcopy.h ${IFACE}/tqdict.h ${IFACE}/tqdir.h ${IFACE}/tqdrawutil.h + ${IFACE}/tqabstractlayout.h ${IFACE}/tqasyncimageio.h + ${IFACE}/tqbrush.h ${IFACE}/tqbuffer.h ${IFACE}/tqcleanuphandler.h + ${IFACE}/tqcolor.h ${IFACE}/tqcompactstyle.h ${IFACE}/tqconnection.h ${IFACE}/tqcursor.h ${IFACE}/tqdatastream.h + ${IFACE}/tqdir.h ${IFACE}/tqdrawutil.h ${IFACE}/tqevent.h ${IFACE}/tqfile.h ${IFACE}/tqfileinfo.h ${IFACE}/tqfocusdata.h ${IFACE}/tqfontdatabase.h ${IFACE}/tqfont.h ${IFACE}/tqfontinfo.h ${IFACE}/tqfontmetrics.h ${IFACE}/tqgarray.h ${IFACE}/tqgcache.h ${IFACE}/tqgdict.h ${IFACE}/tqglcolormap.h ${IFACE}/tqglist.h - ${IFACE}/tqgvector.h ${IFACE}/tqhostaddress.h ${IFACE}/tqintcache.h ${IFACE}/tqintdict.h + ${IFACE}/tqgvector.h ${IFACE}/tqhostaddress.h ${IFACE}/tqinterlacestyle.h ${IFACE}/tqiodevice.h ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h - ${IFACE}/tqlibrary.h ${IFACE}/tqlocale.h ${IFACE}/tqmemarray.h ${IFACE}/tqmetaobject.h + ${IFACE}/tqlibrary.h ${IFACE}/tqlocale.h ${IFACE}/tqmetaobject.h ${IFACE}/tqmovie.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}/tqrect.h ${IFACE}/tqregexp.h ${IFACE}/tqregion.h + ${IFACE}/tqrect.h ${IFACE}/tqregion.h ${IFACE}/tqsettings.h ${IFACE}/tqshared.h ${IFACE}/tqsignalslotimp.h ${IFACE}/tqsimplerichtext.h ${IFACE}/tqsocketdevice.h ${IFACE}/tqsyntaxhighlighter.h diff --git a/qtinterface/interface_tqt3/tqapplication.h b/qtinterface/interface_tqt3/tqapplication.h index 8eba262..ca5357a 100644 --- a/qtinterface/interface_tqt3/tqapplication.h +++ b/qtinterface/interface_tqt3/tqapplication.h @@ -23,7 +23,6 @@ Boston, MA 02110-1301, USA. #define TQT_TQAPPLICATION_H #include -#include #include // X11/X.h defines Time as unsigned long diff --git a/qtinterface/interface_tqt3/tqasciicache.h b/qtinterface/interface_tqt3/tqasciicache.h deleted file mode 100644 index 9f2e07d..0000000 --- a/qtinterface/interface_tqt3/tqasciicache.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_TQASCIICACHE_H -#define TQT_TQASCIICACHE_H - -#include -#include - -#endif /* TQT_TQASCIICACHE_H */ diff --git a/qtinterface/interface_tqt3/tqasciidict.h b/qtinterface/interface_tqt3/tqasciidict.h deleted file mode 100644 index bd70667..0000000 --- a/qtinterface/interface_tqt3/tqasciidict.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_TQASCIIDICT_H -#define TQT_TQASCIIDICT_H - -#include -#include - -#endif /* TQT_TQASCIIDICT_H */ diff --git a/qtinterface/interface_tqt3/tqbitarray.h b/qtinterface/interface_tqt3/tqbitarray.h deleted file mode 100644 index 93517a9..0000000 --- a/qtinterface/interface_tqt3/tqbitarray.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_TQBITARRAY_H -#define TQT_TQBITARRAY_H - -#include -#include - -#endif /* TQT_TQBITARRAY_H */ diff --git a/qtinterface/interface_tqt3/tqbitmap.h b/qtinterface/interface_tqt3/tqbitmap.h deleted file mode 100644 index eea26d2..0000000 --- a/qtinterface/interface_tqt3/tqbitmap.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_TQBITMAP_H -#define TQT_TQBITMAP_H - -#include -#include - -#endif /* TQT_TQBITMAP_H */ diff --git a/qtinterface/interface_tqt3/tqcache.h b/qtinterface/interface_tqt3/tqcache.h deleted file mode 100644 index ef82f6e..0000000 --- a/qtinterface/interface_tqt3/tqcache.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_TQCACHE_H -#define TQT_TQCACHE_H - -#include -#include - -#endif /* TQT_TQCACHE_H */ diff --git a/qtinterface/interface_tqt3/tqcstring.h b/qtinterface/interface_tqt3/tqcstring.h deleted file mode 100644 index ef889e4..0000000 --- a/qtinterface/interface_tqt3/tqcstring.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_TQCSTRING_H -#define TQT_TQCSTRING_H - -#include -#include -#include -#include - -#endif /* TQT_TQCSTRING_H */ diff --git a/qtinterface/interface_tqt3/tqdeepcopy.h b/qtinterface/interface_tqt3/tqdeepcopy.h deleted file mode 100644 index c69a05e..0000000 --- a/qtinterface/interface_tqt3/tqdeepcopy.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_TQDEEPCOPY_H -#define TQT_TQDEEPCOPY_H - -#include -#include - -#endif /* TQT_TQDEEPCOPY_H */ diff --git a/qtinterface/interface_tqt3/tqdict.h b/qtinterface/interface_tqt3/tqdict.h deleted file mode 100644 index 348fa13..0000000 --- a/qtinterface/interface_tqt3/tqdict.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_TQDICT_H -#define TQT_TQDICT_H - -#include -#include - -#endif /* TQT_TQDICT_H */ diff --git a/qtinterface/interface_tqt3/tqintcache.h b/qtinterface/interface_tqt3/tqintcache.h deleted file mode 100644 index eb8adff..0000000 --- a/qtinterface/interface_tqt3/tqintcache.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_TQINTCACHE_H -#define TQT_TQINTCACHE_H - -#include -#include - -#endif /* TQT_TQINTCACHE_H */ diff --git a/qtinterface/interface_tqt3/tqintdict.h b/qtinterface/interface_tqt3/tqintdict.h deleted file mode 100644 index 1383631..0000000 --- a/qtinterface/interface_tqt3/tqintdict.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_TQINTDICT_H -#define TQT_TQINTDICT_H - -#include -#include - -#endif /* TQT_TQINTDICT_H */ diff --git a/qtinterface/interface_tqt3/tqmemarray.h b/qtinterface/interface_tqt3/tqmemarray.h deleted file mode 100644 index 9bf930e..0000000 --- a/qtinterface/interface_tqt3/tqmemarray.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_TQMEMARRAY_H -#define TQT_TQMEMARRAY_H - -#include -#include - -#endif /* TQT_TQMEMARRAY_H */ diff --git a/qtinterface/interface_tqt3/tqregexp.h b/qtinterface/interface_tqt3/tqregexp.h deleted file mode 100644 index f0da300..0000000 --- a/qtinterface/interface_tqt3/tqregexp.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_TQREGEXP_H -#define TQT_TQREGEXP_H - -#include -#include - -#endif /* TQT_TQREGEXP_H */