diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 22:33:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 22:33:46 +0900 |
commit | dddfdbe54b04d2272252ad654fd4948b13ec4cf5 (patch) | |
tree | 020b068339d3a961593e3013738891461e78c3f8 /qtinterface | |
parent | ed6ea79049b4b88d0244f1f5340454632e70b9cf (diff) | |
download | tqtinterface-dddfdbe54b04d2272252ad654fd4948b13ec4cf5.tar.gz tqtinterface-dddfdbe54b04d2272252ad654fd4948b13ec4cf5.zip |
Remove unused files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface')
-rw-r--r-- | qtinterface/CMakeLists.txt | 2 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqt.cpp | 22 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqt_defs.h | 1 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqt_undefs.h | 1 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqtglobaldefines.h | 20 |
5 files changed, 1 insertions, 45 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index c8c8977..831338c 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -34,7 +34,7 @@ endif() ##### headers ################################### install( FILES - ${IFACE}/tqtglobaldefines.h ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h + ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h ${IFACE}/tqerrormessage.h diff --git a/qtinterface/interface_tqt3/tqt.cpp b/qtinterface/interface_tqt3/tqt.cpp deleted file mode 100644 index c57a5e1..0000000 --- a/qtinterface/interface_tqt3/tqt.cpp +++ /dev/null @@ -1,22 +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. - -*/ - -#include <tqt.h> diff --git a/qtinterface/interface_tqt3/tqt_defs.h b/qtinterface/interface_tqt3/tqt_defs.h deleted file mode 100644 index 8d1c8b6..0000000 --- a/qtinterface/interface_tqt3/tqt_defs.h +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qtinterface/interface_tqt3/tqt_undefs.h b/qtinterface/interface_tqt3/tqt_undefs.h deleted file mode 100644 index 8d1c8b6..0000000 --- a/qtinterface/interface_tqt3/tqt_undefs.h +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qtinterface/interface_tqt3/tqtglobaldefines.h b/qtinterface/interface_tqt3/tqtglobaldefines.h deleted file mode 100644 index c39b03d..0000000 --- a/qtinterface/interface_tqt3/tqtglobaldefines.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - -Copyright (C) 2010-2011 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. - -*/ |