Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/28/head
Michele Calgaro 8 months ago
parent 93673b22d2
commit 561a307755
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -132,7 +132,7 @@ $allowed_k_dcop_accesors_re = join("|", @allowed_k_dcop_accesors);
_STYLE_SGI => '',
_STYLE_WINDOWS => '',
QT_STATIC_CONST => 'static const',
Q_EXPORT => '',
TQ_EXPORT => '',
Q_EXPORT_CODECS_BIG5 => '',
TQ_REFCOUNT => '',
TQM_EXPORT_CANVAS => '',

@ -44,7 +44,7 @@
#endif // QT_H
class Q_EXPORT TQBrush: public Qt
class TQ_EXPORT TQBrush: public Qt
{
friend class TQPainter;
public:
@ -84,8 +84,8 @@ private:
*****************************************************************************/
#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQBrush & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQBrush & );
TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQBrush & );
TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQBrush & );
#endif
#endif // TQBRUSH_H

@ -52,7 +52,7 @@
#define TQM_EXPORT_CANVAS
#define TQM_TEMPLATE_EXTERN_CANVAS
#else
#define TQM_EXPORT_CANVAS Q_EXPORT
#define TQM_EXPORT_CANVAS TQ_EXPORT
#define TQM_TEMPLATE_EXTERN_CANVAS Q_TEMPLATE_EXTERN
#endif

@ -52,7 +52,7 @@ class TQStringList;
template <class T> class TQDeepCopy;
class Q_EXPORT TQDir
class TQ_EXPORT TQDir
{
public:
enum FilterSpec { Dirs = 0x001,

@ -44,7 +44,7 @@
#endif // QT_H
class Q_EXPORT TQPen: public Qt
class TQ_EXPORT TQPen: public Qt
{
public:
TQPen();
@ -92,8 +92,8 @@ private:
TQPen stream functions
*****************************************************************************/
#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPen & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPen & );
TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPen & );
TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQPen & );
#endif
#endif // TQPEN_H

@ -43,7 +43,7 @@
#endif // QT_H
class Q_EXPORT TQTimer : public TQObject
class TQ_EXPORT TQTimer : public TQObject
{
TQ_OBJECT
public:

@ -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],

@ -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],

Loading…
Cancel
Save