summaryrefslogtreecommitdiffstats
path: root/smoke/tde/qtguess.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/tde/qtguess.pl.in')
-rw-r--r--smoke/tde/qtguess.pl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoke/tde/qtguess.pl.in b/smoke/tde/qtguess.pl.in
index 126bdce3..3c80e1d0 100644
--- a/smoke/tde/qtguess.pl.in
+++ b/smoke/tde/qtguess.pl.in
@@ -311,7 +311,7 @@ our %tests = (
TQStringList keys() const { return TQStringList(); };
bool installIOHandler( const TQString &format ) { return true; };
};
- Q_EXPORT_PLUGIN( TQFoo )
+ TQ_EXPORT_PLUGIN( TQFoo )
£],
"TQT_NO_IMAGE_DITHER_TO_1" => ["qimage.h", q£
TQImage *foo = new TQImage;
@@ -461,7 +461,7 @@ our %tests = (
TQTextCodec *createForName( const TQString & name ) {return (TQTextCodec *)NULL;}
TQTextCodec *createForMib( int mib ) {return (TQTextCodec *)NULL;}
};
- Q_EXPORT_PLUGIN( TQFoo )
+ TQ_EXPORT_PLUGIN( TQFoo )
£],
"TQT_NO_TEXTEDIT" => ["qtextedit.h", "TQTextEdit foo;", 13],
"TQT_NO_TEXTSTREAM" => ["qtextstream.h", "TQTextStream foo;", 5],