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-13 12:45:07 +0900 |
commit | 5f439f5e6de7969752a2202e78f032751454705a (patch) | |
tree | 50aeab4cd5e6e69884f757950cab57c82ef9d780 /smoke/tqt | |
parent | 076ec834048d2465420b6e09599552ad3f9dc9df (diff) | |
download | libtqt-perl-5f439f5e6de7969752a2202e78f032751454705a.tar.gz libtqt-perl-5f439f5e6de7969752a2202e78f032751454705a.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tqt')
-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 ); |