From 2d5b7f4a76bc09c2f9e08254b7e986901e72ce35 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 21:15:12 +0900 Subject: [PATCH] Remove environment class nt* related header files Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 7 +++-- qtinterface/interface_tqt3/tqdesktopwidget.h | 28 -------------------- qtinterface/interface_tqt3/tqevent.h | 28 -------------------- qtinterface/interface_tqt3/tqeventloop.h | 28 -------------------- qtinterface/interface_tqt3/tqtranslator.h | 28 -------------------- 5 files changed, 3 insertions(+), 116 deletions(-) delete mode 100644 qtinterface/interface_tqt3/tqdesktopwidget.h delete mode 100644 qtinterface/interface_tqt3/tqevent.h delete mode 100644 qtinterface/interface_tqt3/tqeventloop.h delete mode 100644 qtinterface/interface_tqt3/tqtranslator.h diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index f24d943..f39299d 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -38,8 +38,8 @@ install( FILES ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h ${IFACE}/tqbuttongroup.h ${IFACE}/tqbutton.h ${IFACE}/tqcdestyle.h ${IFACE}/tqcheckbox.h ${IFACE}/tqcombobox.h ${IFACE}/tqcommonstyle.h - ${IFACE}/tqdesktopwidget.h ${IFACE}/tqdial.h ${IFACE}/tqdialog.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h - ${IFACE}/tqerrormessage.h ${IFACE}/tqeventloop.h + ${IFACE}/tqdial.h ${IFACE}/tqdialog.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h + ${IFACE}/tqerrormessage.h ${IFACE}/tqframe.h ${IFACE}/tqgplugin.h ${IFACE}/tqgrid.h ${IFACE}/tqgridview.h ${IFACE}/tqgroupbox.h ${IFACE}/tqguardedptr.h ${IFACE}/tqhbox.h ${IFACE}/tqhbuttongroup.h ${IFACE}/tqheader.h ${IFACE}/tqhgroupbox.h ${IFACE}/tqinputdialog.h @@ -53,7 +53,7 @@ install( FILES ${IFACE}/tqslider.h ${IFACE}/tqsound.h ${IFACE}/tqspinbox.h ${IFACE}/tqsplashscreen.h ${IFACE}/tqsplitter.h ${IFACE}/tqtabbar.h ${IFACE}/tqtabdialog.h ${IFACE}/tqtable.h ${IFACE}/tqtabwidget.h - ${IFACE}/tqtranslator.h ${IFACE}/tqvalidator.h ${IFACE}/tqvbox.h + ${IFACE}/tqvalidator.h ${IFACE}/tqvbox.h ${IFACE}/tqvbuttongroup.h ${IFACE}/tqvgroupbox.h ${IFACE}/tqwindowsstyle.h ${IFACE}/tqwizard.h ${IFACE}/tqassistantclient.h ${IFACE}/tqconfig.h ${IFACE}/tqfeatures.h ${IFACE}/tqgeneric.h ${IFACE}/tqgif.h @@ -63,7 +63,6 @@ install( FILES ${IFACE}/tqcleanuphandler.h ${IFACE}/tqcompactstyle.h ${IFACE}/tqconnection.h ${IFACE}/tqcursor.h ${IFACE}/tqdrawutil.h - ${IFACE}/tqevent.h ${IFACE}/tqfocusdata.h ${IFACE}/tqgarray.h ${IFACE}/tqgcache.h ${IFACE}/tqgdict.h ${IFACE}/tqglist.h ${IFACE}/tqgvector.h diff --git a/qtinterface/interface_tqt3/tqdesktopwidget.h b/qtinterface/interface_tqt3/tqdesktopwidget.h deleted file mode 100644 index 8953fd1..0000000 --- a/qtinterface/interface_tqt3/tqdesktopwidget.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_TQDESKTOPWIDGET_H -#define TQT_TQDESKTOPWIDGET_H - -#include -#include - -#endif /* TQT_TQDESKTOPWIDGET_H */ diff --git a/qtinterface/interface_tqt3/tqevent.h b/qtinterface/interface_tqt3/tqevent.h deleted file mode 100644 index 2a4ec71..0000000 --- a/qtinterface/interface_tqt3/tqevent.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_TQEVENT_H -#define TQT_TQEVENT_H - -#include -#include - -#endif /* TQT_TQEVENT_H */ diff --git a/qtinterface/interface_tqt3/tqeventloop.h b/qtinterface/interface_tqt3/tqeventloop.h deleted file mode 100644 index f23cbdc..0000000 --- a/qtinterface/interface_tqt3/tqeventloop.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_TQEVENTLOOP_H -#define TQT_TQEVENTLOOP_H - -#include -#include - -#endif /* TQT_TQEVENTLOOP_H */ diff --git a/qtinterface/interface_tqt3/tqtranslator.h b/qtinterface/interface_tqt3/tqtranslator.h deleted file mode 100644 index 2fc57e7..0000000 --- a/qtinterface/interface_tqt3/tqtranslator.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_TQTRANSLATOR_H -#define TQT_TQTRANSLATOR_H - -#include -#include - -#endif /* TQT_TQTRANSLATOR_H */