diff options
Diffstat (limited to 'src/kvirc/ui/moc_kvi_debugwindow.cpp')
-rw-r--r-- | src/kvirc/ui/moc_kvi_debugwindow.cpp | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/src/kvirc/ui/moc_kvi_debugwindow.cpp b/src/kvirc/ui/moc_kvi_debugwindow.cpp index 5e3da82c..5e096e25 100644 --- a/src/kvirc/ui/moc_kvi_debugwindow.cpp +++ b/src/kvirc/ui/moc_kvi_debugwindow.cpp @@ -2,21 +2,21 @@ ** KviDebugWindow meta object code from reading C++ file 'kvi_debugwindow.h' ** ** Created: Mon Feb 25 00:12:25 2008 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) +** by: The TQt TQMOC ($Id: qt/tqmoc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ -#undef QT_NO_COMPAT +#undef TQT_NO_COMPAT #include "kvi_debugwindow.h" -#include <qmetaobject.h> -#include <qapplication.h> +#include <tqmetaobject.h> +#include <tqapplication.h> -#include <private/qucomextra_p.h> -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" +#include <private/tqucomextra_p.h> +#if !defined(TQ_TQMOC_OUTPUT_REVISION) || (TQ_TQMOC_OUTPUT_REVISION != 26) +#error "This file was generated using the tqmoc from 3.3.8. It" +#error "cannot be used with the include files from this version of TQt." +#error "(The tqmoc has changed too much.)" #endif const char *KviDebugWindow::className() const @@ -24,69 +24,69 @@ const char *KviDebugWindow::className() const return "KviDebugWindow"; } -QMetaObject *KviDebugWindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_KviDebugWindow( "KviDebugWindow", &KviDebugWindow::staticMetaObject ); +TQMetaObject *KviDebugWindow::metaObj = 0; +static TQMetaObjectCleanUp cleanUp_KviDebugWindow( "KviDebugWindow", &KviDebugWindow::staticMetaObject ); -#ifndef QT_NO_TRANSLATION -QString KviDebugWindow::tr( const char *s, const char *c ) +#ifndef TQT_NO_TRANSLATION +TQString KviDebugWindow::tr( const char *s, const char *c ) { - if ( qApp ) - return qApp->translate( "KviDebugWindow", s, c, QApplication::DefaultCodec ); + if ( tqApp ) + return tqApp->translate( "KviDebugWindow", s, c, TQApplication::DefaultCodec ); else - return QString::fromLatin1( s ); + return TQString::tqfromLatin1( s ); } -#ifndef QT_NO_TRANSLATION_UTF8 -QString KviDebugWindow::trUtf8( const char *s, const char *c ) +#ifndef TQT_NO_TRANSLATION_UTF8 +TQString KviDebugWindow::trUtf8( const char *s, const char *c ) { - if ( qApp ) - return qApp->translate( "KviDebugWindow", s, c, QApplication::UnicodeUTF8 ); + if ( tqApp ) + return tqApp->translate( "KviDebugWindow", s, c, TQApplication::UnicodeUTF8 ); else - return QString::fromUtf8( s ); + return TQString::fromUtf8( s ); } -#endif // QT_NO_TRANSLATION_UTF8 +#endif // TQT_NO_TRANSLATION_UTF8 -#endif // QT_NO_TRANSLATION +#endif // TQT_NO_TRANSLATION -QMetaObject* KviDebugWindow::staticMetaObject() +TQMetaObject* KviDebugWindow::staticMetaObject() { if ( metaObj ) return metaObj; - QMetaObject* parentObject = KviWindow::staticMetaObject(); - metaObj = QMetaObject::new_metaobject( - "KviDebugWindow", parentObject, + TQMetaObject* tqparentObject = KviWindow::staticMetaObject(); + metaObj = TQMetaObject::new_metaobject( + "KviDebugWindow", tqparentObject, 0, 0, 0, 0, -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES 0, 0, 0, 0, -#endif // QT_NO_PROPERTIES +#endif // TQT_NO_PROPERTIES 0, 0 ); cleanUp_KviDebugWindow.setMetaObject( metaObj ); return metaObj; } -void* KviDebugWindow::qt_cast( const char* clname ) +void* KviDebugWindow::tqqt_cast( const char* clname ) { if ( !qstrcmp( clname, "KviDebugWindow" ) ) return this; - return KviWindow::qt_cast( clname ); + return KviWindow::tqqt_cast( clname ); } -bool KviDebugWindow::qt_invoke( int _id, QUObject* _o ) +bool KviDebugWindow::qt_invoke( int _id, TQUObject* _o ) { return KviWindow::qt_invoke(_id,_o); } -bool KviDebugWindow::qt_emit( int _id, QUObject* _o ) +bool KviDebugWindow::qt_emit( int _id, TQUObject* _o ) { return KviWindow::qt_emit(_id,_o); } -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES -bool KviDebugWindow::qt_property( int id, int f, QVariant* v) +bool KviDebugWindow::qt_property( int id, int f, TQVariant* v) { return KviWindow::qt_property( id, f, v); } -bool KviDebugWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES +bool KviDebugWindow::qt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; } +#endif // TQT_NO_PROPERTIES |