summaryrefslogtreecommitdiffstats
path: root/src/kvirc/ui/moc_kvi_mdicaption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/ui/moc_kvi_mdicaption.cpp')
-rw-r--r--src/kvirc/ui/moc_kvi_mdicaption.cpp200
1 files changed, 100 insertions, 100 deletions
diff --git a/src/kvirc/ui/moc_kvi_mdicaption.cpp b/src/kvirc/ui/moc_kvi_mdicaption.cpp
index 3e027b92..3966c6e8 100644
--- a/src/kvirc/ui/moc_kvi_mdicaption.cpp
+++ b/src/kvirc/ui/moc_kvi_mdicaption.cpp
@@ -2,21 +2,21 @@
** KviMdiCaptionButton meta object code from reading C++ file 'kvi_mdicaption.h'
**
** Created: Mon Feb 25 00:12:32 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_mdicaption.h"
-#include <qmetaobject.h>
-#include <qapplication.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 <tqmetaobject.h>
+#include <tqapplication.h>
+
+#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 *KviMdiCaptionButton::className() const
@@ -24,72 +24,72 @@ const char *KviMdiCaptionButton::className() const
return "KviMdiCaptionButton";
}
-QMetaObject *KviMdiCaptionButton::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_KviMdiCaptionButton( "KviMdiCaptionButton", &KviMdiCaptionButton::staticMetaObject );
+TQMetaObject *KviMdiCaptionButton::metaObj = 0;
+static TQMetaObjectCleanUp cleanUp_KviMdiCaptionButton( "KviMdiCaptionButton", &KviMdiCaptionButton::staticMetaObject );
-#ifndef QT_NO_TRANSLATION
-QString KviMdiCaptionButton::tr( const char *s, const char *c )
+#ifndef TQT_NO_TRANSLATION
+TQString KviMdiCaptionButton::tr( const char *s, const char *c )
{
- if ( qApp )
- return qApp->translate( "KviMdiCaptionButton", s, c, QApplication::DefaultCodec );
+ if ( tqApp )
+ return tqApp->translate( "KviMdiCaptionButton", s, c, TQApplication::DefaultCodec );
else
- return QString::fromLatin1( s );
+ return TQString::tqfromLatin1( s );
}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString KviMdiCaptionButton::trUtf8( const char *s, const char *c )
+#ifndef TQT_NO_TRANSLATION_UTF8
+TQString KviMdiCaptionButton::trUtf8( const char *s, const char *c )
{
- if ( qApp )
- return qApp->translate( "KviMdiCaptionButton", s, c, QApplication::UnicodeUTF8 );
+ if ( tqApp )
+ return tqApp->translate( "KviMdiCaptionButton", 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* KviMdiCaptionButton::staticMetaObject()
+TQMetaObject* KviMdiCaptionButton::staticMetaObject()
{
if ( metaObj )
return metaObj;
- QMetaObject* parentObject = QToolButton::staticMetaObject();
- metaObj = QMetaObject::new_metaobject(
- "KviMdiCaptionButton", parentObject,
+ TQMetaObject* tqparentObject = TQToolButton::staticMetaObject();
+ metaObj = TQMetaObject::new_metaobject(
+ "KviMdiCaptionButton", 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_KviMdiCaptionButton.setMetaObject( metaObj );
return metaObj;
}
-void* KviMdiCaptionButton::qt_cast( const char* clname )
+void* KviMdiCaptionButton::tqqt_cast( const char* clname )
{
if ( !qstrcmp( clname, "KviMdiCaptionButton" ) )
return this;
- return QToolButton::qt_cast( clname );
+ return TQToolButton::tqqt_cast( clname );
}
-bool KviMdiCaptionButton::qt_invoke( int _id, QUObject* _o )
+bool KviMdiCaptionButton::qt_invoke( int _id, TQUObject* _o )
{
- return QToolButton::qt_invoke(_id,_o);
+ return TQToolButton::qt_invoke(_id,_o);
}
-bool KviMdiCaptionButton::qt_emit( int _id, QUObject* _o )
+bool KviMdiCaptionButton::qt_emit( int _id, TQUObject* _o )
{
- return QToolButton::qt_emit(_id,_o);
+ return TQToolButton::qt_emit(_id,_o);
}
-#ifndef QT_NO_PROPERTIES
+#ifndef TQT_NO_PROPERTIES
-bool KviMdiCaptionButton::qt_property( int id, int f, QVariant* v)
+bool KviMdiCaptionButton::qt_property( int id, int f, TQVariant* v)
{
- return QToolButton::qt_property( id, f, v);
+ return TQToolButton::qt_property( id, f, v);
}
-bool KviMdiCaptionButton::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES
+bool KviMdiCaptionButton::qt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
+#endif // TQT_NO_PROPERTIES
const char *KviMenuBarToolButton::className() const
@@ -97,72 +97,72 @@ const char *KviMenuBarToolButton::className() const
return "KviMenuBarToolButton";
}
-QMetaObject *KviMenuBarToolButton::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_KviMenuBarToolButton( "KviMenuBarToolButton", &KviMenuBarToolButton::staticMetaObject );
+TQMetaObject *KviMenuBarToolButton::metaObj = 0;
+static TQMetaObjectCleanUp cleanUp_KviMenuBarToolButton( "KviMenuBarToolButton", &KviMenuBarToolButton::staticMetaObject );
-#ifndef QT_NO_TRANSLATION
-QString KviMenuBarToolButton::tr( const char *s, const char *c )
+#ifndef TQT_NO_TRANSLATION
+TQString KviMenuBarToolButton::tr( const char *s, const char *c )
{
- if ( qApp )
- return qApp->translate( "KviMenuBarToolButton", s, c, QApplication::DefaultCodec );
+ if ( tqApp )
+ return tqApp->translate( "KviMenuBarToolButton", s, c, TQApplication::DefaultCodec );
else
- return QString::fromLatin1( s );
+ return TQString::tqfromLatin1( s );
}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString KviMenuBarToolButton::trUtf8( const char *s, const char *c )
+#ifndef TQT_NO_TRANSLATION_UTF8
+TQString KviMenuBarToolButton::trUtf8( const char *s, const char *c )
{
- if ( qApp )
- return qApp->translate( "KviMenuBarToolButton", s, c, QApplication::UnicodeUTF8 );
+ if ( tqApp )
+ return tqApp->translate( "KviMenuBarToolButton", 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* KviMenuBarToolButton::staticMetaObject()
+TQMetaObject* KviMenuBarToolButton::staticMetaObject()
{
if ( metaObj )
return metaObj;
- QMetaObject* parentObject = KviStyledToolButton::staticMetaObject();
- metaObj = QMetaObject::new_metaobject(
- "KviMenuBarToolButton", parentObject,
+ TQMetaObject* tqparentObject = KviStyledToolButton::staticMetaObject();
+ metaObj = TQMetaObject::new_metaobject(
+ "KviMenuBarToolButton", 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_KviMenuBarToolButton.setMetaObject( metaObj );
return metaObj;
}
-void* KviMenuBarToolButton::qt_cast( const char* clname )
+void* KviMenuBarToolButton::tqqt_cast( const char* clname )
{
if ( !qstrcmp( clname, "KviMenuBarToolButton" ) )
return this;
- return KviStyledToolButton::qt_cast( clname );
+ return KviStyledToolButton::tqqt_cast( clname );
}
-bool KviMenuBarToolButton::qt_invoke( int _id, QUObject* _o )
+bool KviMenuBarToolButton::qt_invoke( int _id, TQUObject* _o )
{
return KviStyledToolButton::qt_invoke(_id,_o);
}
-bool KviMenuBarToolButton::qt_emit( int _id, QUObject* _o )
+bool KviMenuBarToolButton::qt_emit( int _id, TQUObject* _o )
{
return KviStyledToolButton::qt_emit(_id,_o);
}
-#ifndef QT_NO_PROPERTIES
+#ifndef TQT_NO_PROPERTIES
-bool KviMenuBarToolButton::qt_property( int id, int f, QVariant* v)
+bool KviMenuBarToolButton::qt_property( int id, int f, TQVariant* v)
{
return KviStyledToolButton::qt_property( id, f, v);
}
-bool KviMenuBarToolButton::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES
+bool KviMenuBarToolButton::qt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
+#endif // TQT_NO_PROPERTIES
const char *KviMdiCaption::className() const
@@ -170,69 +170,69 @@ const char *KviMdiCaption::className() const
return "KviMdiCaption";
}
-QMetaObject *KviMdiCaption::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_KviMdiCaption( "KviMdiCaption", &KviMdiCaption::staticMetaObject );
+TQMetaObject *KviMdiCaption::metaObj = 0;
+static TQMetaObjectCleanUp cleanUp_KviMdiCaption( "KviMdiCaption", &KviMdiCaption::staticMetaObject );
-#ifndef QT_NO_TRANSLATION
-QString KviMdiCaption::tr( const char *s, const char *c )
+#ifndef TQT_NO_TRANSLATION
+TQString KviMdiCaption::tr( const char *s, const char *c )
{
- if ( qApp )
- return qApp->translate( "KviMdiCaption", s, c, QApplication::DefaultCodec );
+ if ( tqApp )
+ return tqApp->translate( "KviMdiCaption", s, c, TQApplication::DefaultCodec );
else
- return QString::fromLatin1( s );
+ return TQString::tqfromLatin1( s );
}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString KviMdiCaption::trUtf8( const char *s, const char *c )
+#ifndef TQT_NO_TRANSLATION_UTF8
+TQString KviMdiCaption::trUtf8( const char *s, const char *c )
{
- if ( qApp )
- return qApp->translate( "KviMdiCaption", s, c, QApplication::UnicodeUTF8 );
+ if ( tqApp )
+ return tqApp->translate( "KviMdiCaption", 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* KviMdiCaption::staticMetaObject()
+TQMetaObject* KviMdiCaption::staticMetaObject()
{
if ( metaObj )
return metaObj;
- QMetaObject* parentObject = QWidget::staticMetaObject();
- metaObj = QMetaObject::new_metaobject(
- "KviMdiCaption", parentObject,
+ TQMetaObject* tqparentObject = TQWidget::staticMetaObject();
+ metaObj = TQMetaObject::new_metaobject(
+ "KviMdiCaption", 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_KviMdiCaption.setMetaObject( metaObj );
return metaObj;
}
-void* KviMdiCaption::qt_cast( const char* clname )
+void* KviMdiCaption::tqqt_cast( const char* clname )
{
if ( !qstrcmp( clname, "KviMdiCaption" ) )
return this;
- return QWidget::qt_cast( clname );
+ return TQWidget::tqqt_cast( clname );
}
-bool KviMdiCaption::qt_invoke( int _id, QUObject* _o )
+bool KviMdiCaption::qt_invoke( int _id, TQUObject* _o )
{
- return QWidget::qt_invoke(_id,_o);
+ return TQWidget::qt_invoke(_id,_o);
}
-bool KviMdiCaption::qt_emit( int _id, QUObject* _o )
+bool KviMdiCaption::qt_emit( int _id, TQUObject* _o )
{
- return QWidget::qt_emit(_id,_o);
+ return TQWidget::qt_emit(_id,_o);
}
-#ifndef QT_NO_PROPERTIES
+#ifndef TQT_NO_PROPERTIES
-bool KviMdiCaption::qt_property( int id, int f, QVariant* v)
+bool KviMdiCaption::qt_property( int id, int f, TQVariant* v)
{
- return QWidget::qt_property( id, f, v);
+ return TQWidget::qt_property( id, f, v);
}
-bool KviMdiCaption::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES
+bool KviMdiCaption::qt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
+#endif // TQT_NO_PROPERTIES