diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-14 00:07:28 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-10-14 11:20:57 +0200 |
commit | 2dbf0f28873661997d98b57ef420056b8bf89554 (patch) | |
tree | 56a49a84e5e4514e4167754903591a8ae622d327 /smoke | |
parent | c1fabf7864d55edb103ee788e59b486a6f470df2 (diff) | |
download | libtqt-perl-2dbf0f28873661997d98b57ef420056b8bf89554.tar.gz libtqt-perl-2dbf0f28873661997d98b57ef420056b8bf89554.zip |
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 15aceeb4234d3a94e7d2de9323c328eb0eb121b9)
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 9f6d011..2c743d2 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], |