diff options
author | Michele Calgaro <[email protected]> | 2018-10-14 00:07:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-14 00:07:28 +0900 |
commit | 15aceeb4234d3a94e7d2de9323c328eb0eb121b9 (patch) | |
tree | 5c38be7335aa5666b8b03a1f9aacd2511c8c724b /smoke | |
parent | c50852f18d6e4e960c78ca8d204572543240bb79 (diff) | |
download | libtqt-perl-15aceeb4234d3a94e7d2de9323c328eb0eb121b9.tar.gz libtqt-perl-15aceeb4234d3a94e7d2de9323c328eb0eb121b9.zip |
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/tqt/qtguess.pl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index ef88dee..1ebe87b 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -315,7 +315,7 @@ our %tests = ( TQStringList keys() const { return TQStringList(); }; bool installIOHandler( const TQString &format ) { return true; }; }; - TTQ_EXPORT_PLUGIN( TQFoo ) + TQ_EXPORT_PLUGIN( TQFoo ) �], "TQT_NO_IMAGE_DITHER_TO_1" => ["ntqimage.h", q� TQImage *foo = new TQImage; @@ -476,7 +476,7 @@ our %tests = ( TQTextCodec *createForName( const TQString & name ) {return (TQTextCodec *)NULL;} TQTextCodec *createForMib( int mib ) {return (TQTextCodec *)NULL;} }; - TTQ_EXPORT_PLUGIN( TQFoo ) + TQ_EXPORT_PLUGIN( TQFoo ) �], "TQT_NO_TEXTEDIT" => ["ntqtextedit.h", "TQTextEdit foo;", 13], "TQT_NO_TEXTSTREAM" => ["ntqtextstream.h", "TQTextStream foo;", 5], |