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_SGI => '',
_STYLE_WINDOWS => '', _STYLE_WINDOWS => '',
QT_STATIC_CONST => 'static const', QT_STATIC_CONST => 'static const',
Q_EXPORT => '', TQ_EXPORT => '',
Q_EXPORT_CODECS_BIG5 => '', Q_EXPORT_CODECS_BIG5 => '',
TQ_REFCOUNT => '', TQ_REFCOUNT => '',
TQM_EXPORT_CANVAS => '', TQM_EXPORT_CANVAS => '',

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

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

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

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

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

@ -311,7 +311,7 @@ our %tests = (
TQStringList keys() const { return TQStringList(); }; TQStringList keys() const { return TQStringList(); };
bool installIOHandler( const TQString &format ) { return true; }; bool installIOHandler( const TQString &format ) { return true; };
}; };
Q_EXPORT_PLUGIN( TQFoo ) TQ_EXPORT_PLUGIN( TQFoo )
£], £],
"TQT_NO_IMAGE_DITHER_TO_1" => ["qimage.h", q£ "TQT_NO_IMAGE_DITHER_TO_1" => ["qimage.h", q£
TQImage *foo = new TQImage; TQImage *foo = new TQImage;
@ -461,7 +461,7 @@ our %tests = (
TQTextCodec *createForName( const TQString & name ) {return (TQTextCodec *)NULL;} TQTextCodec *createForName( const TQString & name ) {return (TQTextCodec *)NULL;}
TQTextCodec *createForMib( int mib ) {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_TEXTEDIT" => ["qtextedit.h", "TQTextEdit foo;", 13],
"TQT_NO_TEXTSTREAM" => ["qtextstream.h", "TQTextStream foo;", 5], "TQT_NO_TEXTSTREAM" => ["qtextstream.h", "TQTextStream foo;", 5],

@ -311,7 +311,7 @@ our %tests = (
TQStringList keys() const { return TQStringList(); }; TQStringList keys() const { return TQStringList(); };
bool installIOHandler( const TQString &format ) { return true; }; bool installIOHandler( const TQString &format ) { return true; };
}; };
Q_EXPORT_PLUGIN( TQFoo ) TQ_EXPORT_PLUGIN( TQFoo )
£], £],
"TQT_NO_IMAGE_DITHER_TO_1" => ["qimage.h", q£ "TQT_NO_IMAGE_DITHER_TO_1" => ["qimage.h", q£
TQImage *foo = new TQImage; TQImage *foo = new TQImage;
@ -461,7 +461,7 @@ our %tests = (
TQTextCodec *createForName( const TQString & name ) {return (TQTextCodec *)NULL;} TQTextCodec *createForName( const TQString & name ) {return (TQTextCodec *)NULL;}
TQTextCodec *createForMib( int mib ) {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_TEXTEDIT" => ["qtextedit.h", "TQTextEdit foo;", 13],
"TQT_NO_TEXTSTREAM" => ["qtextstream.h", "TQTextStream foo;", 5], "TQT_NO_TEXTSTREAM" => ["qtextstream.h", "TQTextStream foo;", 5],

Loading…
Cancel
Save