summaryrefslogtreecommitdiffstats
path: root/smoke
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:19:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:19:18 +0900
commit561a3077558f409243e93dcf9df5fb39e704c1c4 (patch)
tree70745679131a8e0202a622f0ef92897f53dc9f11 /smoke
parent93673b22d293f5bd5b2f90170756b499f534d9b5 (diff)
downloadtdebindings-561a3077558f409243e93dcf9df5fb39e704c1c4.tar.gz
tdebindings-561a3077558f409243e93dcf9df5fb39e704c1c4.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke')
-rw-r--r--smoke/tde/qtguess.pl.in4
-rw-r--r--smoke/tqt/qtguess.pl.in4
2 files changed, 4 insertions, 4 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],
diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in
index 126bdce3..3c80e1d0 100644
--- a/smoke/tqt/qtguess.pl.in
+++ b/smoke/tqt/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],