From 15aceeb4234d3a94e7d2de9323c328eb0eb121b9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Oct 2018 00:07:28 +0900 Subject: Fixed incorrect TTQ rename (TTQ -> TQ) Signed-off-by: Michele Calgaro --- smoke/tqt/qtguess.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smoke/tqt') 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], -- cgit v1.2.1