diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:41:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:41:23 +0900 |
commit | c05e0f3a1b3e95631c9d526178d02013438aa232 (patch) | |
tree | 210163085e5086bd6b0ade519a05fb103893245a | |
parent | 4421b2326e8b6d4de02a5d34cf77f3683f271903 (diff) | |
download | tqtinterface-c05e0f3a1b3e95631c9d526178d02013438aa232.tar.gz tqtinterface-c05e0f3a1b3e95631c9d526178d02013438aa232.zip |
Remove tqvfbhdr.h, leftover from previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | qtinterface/CMakeLists.txt | 2 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqvfbhdr.h | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 98a4e49..dd9c114 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -80,7 +80,7 @@ install( FILES ${IFACE}/tqsyntaxhighlighter.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 - ${IFACE}/tqvariant.h ${IFACE}/tqvfbhdr.h ${IFACE}/tqwaitcondition.h ${IFACE}/tqwhatsthis.h + ${IFACE}/tqvariant.h ${IFACE}/tqwaitcondition.h ${IFACE}/tqwhatsthis.h ${IFACE}/tqwmatrix.h ${IFACE}/private/tqucomextra_p.h ${IFACE}/private/tqlayoutengine_p.h ${IFACE}/private/tqinternal_p.h ${IFACE}/private/tqeffects_p.h ${IFACE}/private/tqrichtext_p.h ${IFACE}/private/tqpluginmanager_p.h ${IFACE}/private/tqcom_p.h diff --git a/qtinterface/interface_tqt3/tqvfbhdr.h b/qtinterface/interface_tqt3/tqvfbhdr.h deleted file mode 100644 index cbc40ec..0000000 --- a/qtinterface/interface_tqt3/tqvfbhdr.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_TQVFBHDR_H -#define TQT_TQVFBHDR_H - -#include <tqt.h> -#include <ntqvfbhdr.h> - -#endif /* TQT_TQVFBHDR_H */ |