diff options
Diffstat (limited to 'smoke/tqt')
-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], |