From 687f1188f45d51607268f378cf38e52d5a800e34 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 6 Jun 2023 23:59:09 +0900 Subject: Removed .moc source files documentation. Signed-off-by: Michele Calgaro --- doc/html/editdialog_8moc_8cpp-source.html | 123 ------------------------------ 1 file changed, 123 deletions(-) delete mode 100644 doc/html/editdialog_8moc_8cpp-source.html (limited to 'doc/html/editdialog_8moc_8cpp-source.html') diff --git a/doc/html/editdialog_8moc_8cpp-source.html b/doc/html/editdialog_8moc_8cpp-source.html deleted file mode 100644 index 06316fe..0000000 --- a/doc/html/editdialog_8moc_8cpp-source.html +++ /dev/null @@ -1,123 +0,0 @@ - - -kshowmail: kshowmail/editdialog.moc.cpp Source File - - - - - - -

editdialog.moc.cpp

00001 /****************************************************************************
-00002 ** EditDialog meta object code from reading C++ file 'editdialog.h'
-00003 **
-00004 ** Created: Tue May 15 19:57:53 2007
-00005 **      by: The TQt MOC ($Id: editdialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:00 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "editdialog.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *EditDialog::className() const
-00023 {
-00024     return "EditDialog";
-00025 }
-00026 
-00027 TQMetaObject *EditDialog::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_EditDialog( "EditDialog", &EditDialog::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString EditDialog::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "EditDialog", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString EditDialog::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "EditDialog", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* EditDialog::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = EditDlg::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotReplyClicked", 0, 0 };
-00056     static const TQMetaData slot_tbl[] = {
-00057        { "slotReplyClicked()", &slot_0, TQMetaData::Public }
-00058     };
-00059     metaObj = TQMetaObject::new_metaobject(
-00060        "EditDialog", parentObject,
-00061        slot_tbl, 1,
-00062        0, 0,
-00063 #ifndef TQT_NO_PROPERTIES
-00064        0, 0,
-00065        0, 0,
-00066 #endif // TQT_NO_PROPERTIES
-00067        0, 0 );
-00068     cleanUp_EditDialog.setMetaObject( metaObj );
-00069     return metaObj;
-00070 }
-00071 
-00072 void* EditDialog::tqt_cast( const char* clname )
-00073 {
-00074     if ( !qstrcmp( clname, "EditDialog" ) )
-00075        return this;
-00076     return EditDlg::tqt_cast( clname );
-00077 }
-00078 
-00079 bool EditDialog::tqt_invoke( int _id, TQUObject* _o )
-00080 {
-00081     switch ( _id - staticMetaObject()->slotOffset() ) {
-00082     case 0: slotReplyClicked(); break;
-00083     default:
-00084        return EditDlg::tqt_invoke( _id, _o );
-00085     }
-00086     return TRUE;
-00087 }
-00088 
-00089 bool EditDialog::tqt_emit( int _id, TQUObject* _o )
-00090 {
-00091     return EditDlg::tqt_emit(_id,_o);
-00092 }
-00093 #ifndef TQT_NO_PROPERTIES
-00094 
-00095 bool EditDialog::tqt_property( int id, int f, TQVariant* v)
-00096 {
-00097     return EditDlg::tqt_property( id, f, v);
-00098 }
-00099 
-00100 bool EditDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00101 #endif // TQT_NO_PROPERTIES
-

Generated on Wed May 16 21:15:18 2007 for kshowmail by  - -doxygen 1.5.0
- - -- cgit v1.2.3