diff options
author | Michele Calgaro <[email protected]> | 2023-09-13 13:19:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-13 13:19:18 +0900 |
commit | 561a3077558f409243e93dcf9df5fb39e704c1c4 (patch) | |
tree | 70745679131a8e0202a622f0ef92897f53dc9f11 /smoke/tde/qtguess.pl.in | |
parent | 93673b22d293f5bd5b2f90170756b499f534d9b5 (diff) | |
download | tdebindings-561a3077558f409243e93dcf9df5fb39e704c1c4.tar.gz tdebindings-561a3077558f409243e93dcf9df5fb39e704c1c4.zip |
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'smoke/tde/qtguess.pl.in')
-rw-r--r-- | smoke/tde/qtguess.pl.in | 4 |
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], |