From ddb9cb0814e1c18d95fcd1e04e9a2c2f00fc4877 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:45:18 +0900 Subject: [PATCH] Remove remaining tq[a-c]* header files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 7 +---- qtinterface/interface_tqt3/tqaccel.h | 28 ------------------ qtinterface/interface_tqt3/tqaccessible.h | 28 ------------------ .../interface_tqt3/tqassistantclient.h | 28 ------------------ qtinterface/interface_tqt3/tqasyncimageio.h | 28 ------------------ qtinterface/interface_tqt3/tqasyncio.h | 29 ------------------- qtinterface/interface_tqt3/tqcleanuphandler.h | 28 ------------------ qtinterface/interface_tqt3/tqconnection.h | 28 ------------------ qtinterface/interface_tqt3/tqcursor.h | 28 ------------------ qtinterface/interface_tqt3/tqmetaobject.h | 3 -- 10 files changed, 1 insertion(+), 234 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqaccel.h delete mode 100644 qtinterface/interface_tqt3/tqaccessible.h delete mode 100644 qtinterface/interface_tqt3/tqassistantclient.h delete mode 100644 qtinterface/interface_tqt3/tqasyncimageio.h delete mode 100644 qtinterface/interface_tqt3/tqasyncio.h delete mode 100644 qtinterface/interface_tqt3/tqcleanuphandler.h delete mode 100644 qtinterface/interface_tqt3/tqconnection.h delete mode 100644 qtinterface/interface_tqt3/tqcursor.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index cd76243..b7e4ba6 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -34,8 +34,7 @@ endif() ##### headers ################################### install( FILES - ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h - ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h + ${IFACE}/tqapplication.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h ${IFACE}/tqerrormessage.h ${IFACE}/tqinputdialog.h @@ -46,13 +45,9 @@ install( FILES ${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h ${IFACE}/tqsplitter.h ${IFACE}/tqvalidator.h - ${IFACE}/tqassistantclient.h ${IFACE}/tqconfig.h ${IFACE}/tqfeatures.h ${IFACE}/tqgif.h ${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h ${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h - ${IFACE}/tqasyncimageio.h - ${IFACE}/tqcleanuphandler.h - ${IFACE}/tqconnection.h ${IFACE}/tqcursor.h ${IFACE}/tqdrawutil.h ${IFACE}/tqfocusdata.h ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h diff --git a/qtinterface/interface_tqt3/tqaccel.h b/qtinterface/interface_tqt3/tqaccel.h deleted file mode 100644 index 386e1b5..0000000 --- a/qtinterface/interface_tqt3/tqaccel.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_TQACCEL_H -#define TQT_TQACCEL_H - -#include -#include - -#endif /* TQT_TQACCEL_H */ diff --git a/qtinterface/interface_tqt3/tqaccessible.h b/qtinterface/interface_tqt3/tqaccessible.h deleted file mode 100644 index af204a9..0000000 --- a/qtinterface/interface_tqt3/tqaccessible.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_TQACCESSIBLE_H -#define TQT_TQACCESSIBLE_H - -#include -#include - -#endif /* TQT_TQACCESSIBLE_H */ diff --git a/qtinterface/interface_tqt3/tqassistantclient.h b/qtinterface/interface_tqt3/tqassistantclient.h deleted file mode 100644 index fd17fd4..0000000 --- a/qtinterface/interface_tqt3/tqassistantclient.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_TQASSISTANTCLIENT_H -#define TQT_TQASSISTANTCLIENT_H - -#include -#include - -#endif /* TQT_TQASSISTANTCLIENT_H */ diff --git a/qtinterface/interface_tqt3/tqasyncimageio.h b/qtinterface/interface_tqt3/tqasyncimageio.h deleted file mode 100644 index a1c156c..0000000 --- a/qtinterface/interface_tqt3/tqasyncimageio.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_TQASYNCIMAGEIO_H -#define TQT_TQASYNCIMAGEIO_H - -#include -#include - -#endif /* TQT_TQASYNCIMAGEIO_H */ diff --git a/qtinterface/interface_tqt3/tqasyncio.h b/qtinterface/interface_tqt3/tqasyncio.h deleted file mode 100644 index fa86b3e..0000000 --- a/qtinterface/interface_tqt3/tqasyncio.h +++ /dev/null @@ -1,29 +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_TQASYNCIO_H -#define TQT_TQASYNCIO_H - -#include -#include -#include - -#endif /* TQT_TQASYNCIO_H */ diff --git a/qtinterface/interface_tqt3/tqcleanuphandler.h b/qtinterface/interface_tqt3/tqcleanuphandler.h deleted file mode 100644 index eee4b16..0000000 --- a/qtinterface/interface_tqt3/tqcleanuphandler.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_TQCLEANUPHANDLER_H -#define TQT_TQCLEANUPHANDLER_H - -#include -#include - -#endif /* TQT_TQCLEANUPHANDLER_H */ diff --git a/qtinterface/interface_tqt3/tqconnection.h b/qtinterface/interface_tqt3/tqconnection.h deleted file mode 100644 index 8ab5826..0000000 --- a/qtinterface/interface_tqt3/tqconnection.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_TQCONNECTION_H -#define TQT_TQCONNECTION_H - -#include -#include - -#endif /* TQT_TQCONNECTION_H */ diff --git a/qtinterface/interface_tqt3/tqcursor.h b/qtinterface/interface_tqt3/tqcursor.h deleted file mode 100644 index 50fe71b..0000000 --- a/qtinterface/interface_tqt3/tqcursor.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_TQCURSOR_H -#define TQT_TQCURSOR_H - -#include -#include - -#endif /* TQT_TQCURSOR_H */ diff --git a/qtinterface/interface_tqt3/tqmetaobject.h b/qtinterface/interface_tqt3/tqmetaobject.h index 3008a9c..69afca4 100644 --- a/qtinterface/interface_tqt3/tqmetaobject.h +++ b/qtinterface/interface_tqt3/tqmetaobject.h @@ -22,9 +22,6 @@ Boston, MA 02110-1301, USA. #ifndef TQT_TQMETAOBJECT_H #define TQT_TQMETAOBJECT_H -#include -#include -#include #include #endif /* TQT_TQMETAOBJECT_H */