diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-08 15:48:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-08 15:53:28 +0900 |
commit | 9ad011209c32b35674975cb012552b5f269baf79 (patch) | |
tree | 6b2392432ee9d92d7f09ef2828051f0a333c1b81 /qtinterface/interface_tqt3/tqfontmet.h | |
parent | 4746fbba243dc95b51c261e0d914e8f47cedc907 (diff) | |
download | tqtinterface-9ad011209c32b35674975cb012552b5f269baf79.tar.gz tqtinterface-9ad011209c32b35674975cb012552b5f269baf79.zip |
Drop TQt'3 compat headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/interface_tqt3/tqfontmet.h')
-rw-r--r-- | qtinterface/interface_tqt3/tqfontmet.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/qtinterface/interface_tqt3/tqfontmet.h b/qtinterface/interface_tqt3/tqfontmet.h deleted file mode 100644 index a096c56..0000000 --- a/qtinterface/interface_tqt3/tqfontmet.h +++ /dev/null @@ -1,31 +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_TQFONTMET_H -#define TQT_TQFONTMET_H - -#include <tqt.h> - -// Pull in all font metrics defines - -#include <ntqfontmetrics.h> - -#endif /* TQT_TQFONTMET_H */ |