summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser/moc_httpcomm.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/ubrowser/moc_httpcomm.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/ubrowser/moc_httpcomm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/ubrowser/moc_httpcomm.cpp b/noncore/net/ubrowser/moc_httpcomm.cpp
index ba2b939..5622531 100644
--- a/noncore/net/ubrowser/moc_httpcomm.cpp
+++ b/noncore/net/ubrowser/moc_httpcomm.cpp
@@ -1,52 +1,52 @@
/****************************************************************************
** HttpComm meta object code from reading C++ file 'httpcomm.h'
**
-** Created: Fri Jul 19 21:08:51 2002
+** Created: Thu Jul 25 10:24:04 2002
** by: The Qt MOC ($Id$)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#if !defined(Q_MOC_OUTPUT_REVISION)
#define Q_MOC_OUTPUT_REVISION 9
#elif Q_MOC_OUTPUT_REVISION != 9
#error "Moc format conflict - please regenerate all moc files"
#endif
#include "httpcomm.h"
#include <qmetaobject.h>
#include <qapplication.h>
const char *HttpComm::className() const
{
return "HttpComm";
}
QMetaObject *HttpComm::metaObj = 0;
void HttpComm::initMetaObject()
{
if ( metaObj )
return;
if ( qstrcmp(QObject::className(), "QObject") != 0 )
badSuperclassWarning("HttpComm","QObject");
(void) staticMetaObject();
}
#ifndef QT_NO_TRANSLATION
QString HttpComm::tr(const char* s)
{
return qApp->translate( "HttpComm", s, 0 );
}
QString HttpComm::tr(const char* s, const char * c)
{
return qApp->translate( "HttpComm", s, c );
}
#endif // QT_NO_TRANSLATION
QMetaObject* HttpComm::staticMetaObject()