From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/serverdialog_8moc_8cpp-source.html | 52 ++++++++++++++--------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'doc/html/serverdialog_8moc_8cpp-source.html') diff --git a/doc/html/serverdialog_8moc_8cpp-source.html b/doc/html/serverdialog_8moc_8cpp-source.html index 9759211..27ee167 100644 --- a/doc/html/serverdialog_8moc_8cpp-source.html +++ b/doc/html/serverdialog_8moc_8cpp-source.html @@ -19,20 +19,20 @@ 00002 ** ServerDialog meta object code from reading C++ file 'serverdialog.h' 00003 ** 00004 ** Created: Tue May 15 19:57:53 2007 -00005 ** by: The Qt MOC ($Id: serverdialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:04 kuddel-fl Exp $) +00005 ** by: The TQt MOC ($Id: serverdialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:04 kuddel-fl Exp $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 00010 #undef QT_NO_COMPAT 00011 #include "serverdialog.h" -00012 #include <qmetaobject.h> -00013 #include <qapplication.h> +00012 #include <ntqmetaobject.h> +00013 #include <ntqapplication.h> 00014 00015 #include <private/qucomextra_p.h> 00016 #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) 00017 #error "This file was generated using the moc from 3.3.7. It" -00018 #error "cannot be used with the include files from this version of Qt." +00018 #error "cannot be used with the include files from this version of TQt." 00019 #error "(The moc has changed too much.)" 00020 #endif 00021 @@ -41,35 +41,35 @@ 00024 return "ServerDialog"; 00025 } 00026 -00027 QMetaObject *ServerDialog::metaObj = 0; -00028 static QMetaObjectCleanUp cleanUp_ServerDialog( "ServerDialog", &ServerDialog::staticMetaObject ); +00027 TQMetaObject *ServerDialog::metaObj = 0; +00028 static TQMetaObjectCleanUp cleanUp_ServerDialog( "ServerDialog", &ServerDialog::staticMetaObject ); 00029 00030 #ifndef QT_NO_TRANSLATION -00031 QString ServerDialog::tr( const char *s, const char *c ) +00031 TQString ServerDialog::tr( const char *s, const char *c ) 00032 { -00033 if ( qApp ) -00034 return qApp->translate( "ServerDialog", s, c, QApplication::DefaultCodec ); +00033 if ( tqApp ) +00034 return tqApp->translate( "ServerDialog", s, c, TQApplication::DefaultCodec ); 00035 else -00036 return QString::fromLatin1( s ); +00036 return TQString::fromLatin1( s ); 00037 } 00038 #ifndef QT_NO_TRANSLATION_UTF8 -00039 QString ServerDialog::trUtf8( const char *s, const char *c ) +00039 TQString ServerDialog::trUtf8( const char *s, const char *c ) 00040 { -00041 if ( qApp ) -00042 return qApp->translate( "ServerDialog", s, c, QApplication::UnicodeUTF8 ); +00041 if ( tqApp ) +00042 return tqApp->translate( "ServerDialog", s, c, TQApplication::UnicodeUTF8 ); 00043 else -00044 return QString::fromUtf8( s ); +00044 return TQString::fromUtf8( s ); 00045 } 00046 #endif // QT_NO_TRANSLATION_UTF8 00047 00048 #endif // QT_NO_TRANSLATION 00049 -00050 QMetaObject* ServerDialog::staticMetaObject() +00050 TQMetaObject* ServerDialog::staticMetaObject() 00051 { 00052 if ( metaObj ) 00053 return metaObj; -00054 QMetaObject* parentObject = ServerDlg::staticMetaObject(); -00055 metaObj = QMetaObject::new_metaobject( +00054 TQMetaObject* parentObject = ServerDlg::staticMetaObject(); +00055 metaObj = TQMetaObject::new_metaobject( 00056 "ServerDialog", parentObject, 00057 0, 0, 00058 0, 0, @@ -82,30 +82,30 @@ 00065 return metaObj; 00066 } 00067 -00068 void* ServerDialog::qt_cast( const char* clname ) +00068 void* ServerDialog::tqt_cast( const char* clname ) 00069 { 00070 if ( !qstrcmp( clname, "ServerDialog" ) ) 00071 return this; -00072 return ServerDlg::qt_cast( clname ); +00072 return ServerDlg::tqt_cast( clname ); 00073 } 00074 -00075 bool ServerDialog::qt_invoke( int _id, QUObject* _o ) +00075 bool ServerDialog::tqt_invoke( int _id, TQUObject* _o ) 00076 { -00077 return ServerDlg::qt_invoke(_id,_o); +00077 return ServerDlg::tqt_invoke(_id,_o); 00078 } 00079 -00080 bool ServerDialog::qt_emit( int _id, QUObject* _o ) +00080 bool ServerDialog::tqt_emit( int _id, TQUObject* _o ) 00081 { -00082 return ServerDlg::qt_emit(_id,_o); +00082 return ServerDlg::tqt_emit(_id,_o); 00083 } 00084 #ifndef QT_NO_PROPERTIES 00085 -00086 bool ServerDialog::qt_property( int id, int f, QVariant* v) +00086 bool ServerDialog::tqt_property( int id, int f, TQVariant* v) 00087 { -00088 return ServerDlg::qt_property( id, f, v); +00088 return ServerDlg::tqt_property( id, f, v); 00089 } 00090 -00091 bool ServerDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } +00091 bool ServerDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; } 00092 #endif // QT_NO_PROPERTIES
Generated on Wed May 16 21:15:19 2007 for kshowmail by  -- cgit v1.2.3