diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-13 12:45:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-14 11:04:36 +0900 |
commit | 25f2672b3a418bd7d4a315167e71b64136bc9402 (patch) | |
tree | 5e2ddd42003efb9ec85524859ffdee508f3a629e | |
parent | c5477c6589134bdec7e964731ab5fc2786eac91e (diff) | |
download | libtqt-perl-25f2672b3a418bd7d4a315167e71b64136bc9402.tar.gz libtqt-perl-25f2672b3a418bd7d4a315167e71b64136bc9402.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5f439f5e6de7969752a2202e78f032751454705a)
-rw-r--r-- | smoke/tqt/qtguess.pl.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index 1ebe87b..231914f 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -263,10 +263,6 @@ our %tests = ( £, 5], "TQT_NO_COLORDIALOG" => ["ntqcolordialog.h", "TQColorDialog::customCount();", 12], "TQT_NO_COMBOBOX" => ["ntqcombobox.h", "TQComboBox( (TQWidget*)NULL );", 10], - "TQT_NO_COMPAT" => ["ntqfontmetrics.h", q£ - TQFontMetrics *foo= new TQFontMetrics( TQFont() ); - int bar = foo->width( 'c' ); - £, 0], "TQT_NO_COMPONENT" => ["ntqapplication.h", q£ TQApplication foo( argc, argv ); foo.addLibraryPath( TQString::null ); |