author | llornkcor <llornkcor> | 2002-07-20 03:10:26 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-20 03:10:26 (UTC) |
commit | 2a334f5f296e50e98f7148f088234e17c4e68bb2 (patch) (unidiff) | |
tree | 27d43bc3bf032ec37ca5619910cff7436561c3d5 | |
parent | cd444f9afe98c00ea371c16e90e5ac63c7e448a3 (diff) | |
download | opie-2a334f5f296e50e98f7148f088234e17c4e68bb2.zip opie-2a334f5f296e50e98f7148f088234e17c4e68bb2.tar.gz opie-2a334f5f296e50e98f7148f088234e17c4e68bb2.tar.bz2 |
*** empty log message ***
-rw-r--r-- | noncore/net/ubrowser/httpcomm.o | bin | 13884 -> 13868 bytes | |||
-rw-r--r-- | noncore/net/ubrowser/httpfactory.o | bin | 5788 -> 0 bytes | |||
-rw-r--r-- | noncore/net/ubrowser/main.o | bin | 1400 -> 0 bytes | |||
-rw-r--r-- | noncore/net/ubrowser/mainview.o | bin | 7156 -> 0 bytes | |||
-rw-r--r-- | noncore/net/ubrowser/moc_httpcomm.cpp | 2 | ||||
-rw-r--r-- | noncore/net/ubrowser/moc_httpcomm.o | bin | 4716 -> 0 bytes | |||
-rw-r--r-- | noncore/net/ubrowser/moc_mainview.cpp | 2 | ||||
-rw-r--r-- | noncore/net/ubrowser/moc_mainview.o | bin | 11012 -> 0 bytes |
8 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/ubrowser/httpcomm.o b/noncore/net/ubrowser/httpcomm.o index 144d123..a70d1c1 100644 --- a/noncore/net/ubrowser/httpcomm.o +++ b/noncore/net/ubrowser/httpcomm.o | |||
Binary files differ | |||
diff --git a/noncore/net/ubrowser/httpfactory.o b/noncore/net/ubrowser/httpfactory.o deleted file mode 100644 index f989931..0000000 --- a/noncore/net/ubrowser/httpfactory.o +++ b/dev/null | |||
Binary files differ | |||
diff --git a/noncore/net/ubrowser/main.o b/noncore/net/ubrowser/main.o deleted file mode 100644 index c7f4dd4..0000000 --- a/noncore/net/ubrowser/main.o +++ b/dev/null | |||
Binary files differ | |||
diff --git a/noncore/net/ubrowser/mainview.o b/noncore/net/ubrowser/mainview.o deleted file mode 100644 index d86c4fc..0000000 --- a/noncore/net/ubrowser/mainview.o +++ b/dev/null | |||
Binary files differ | |||
diff --git a/noncore/net/ubrowser/moc_httpcomm.cpp b/noncore/net/ubrowser/moc_httpcomm.cpp index 0078968..ba2b939 100644 --- a/noncore/net/ubrowser/moc_httpcomm.cpp +++ b/noncore/net/ubrowser/moc_httpcomm.cpp | |||
@@ -1,68 +1,68 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** HttpComm meta object code from reading C++ file 'httpcomm.h' | 2 | ** HttpComm meta object code from reading C++ file 'httpcomm.h' |
3 | ** | 3 | ** |
4 | ** Created: Thu Jun 27 17:57:53 2002 | 4 | ** Created: Fri Jul 19 21:08:51 2002 |
5 | ** by: The Qt MOC ($Id$) | 5 | ** by: The Qt MOC ($Id$) |
6 | ** | 6 | ** |
7 | ** WARNING! All changes made in this file will be lost! | 7 | ** WARNING! All changes made in this file will be lost! |
8 | *****************************************************************************/ | 8 | *****************************************************************************/ |
9 | 9 | ||
10 | #if !defined(Q_MOC_OUTPUT_REVISION) | 10 | #if !defined(Q_MOC_OUTPUT_REVISION) |
11 | #define Q_MOC_OUTPUT_REVISION 9 | 11 | #define Q_MOC_OUTPUT_REVISION 9 |
12 | #elif Q_MOC_OUTPUT_REVISION != 9 | 12 | #elif Q_MOC_OUTPUT_REVISION != 9 |
13 | #error "Moc format conflict - please regenerate all moc files" | 13 | #error "Moc format conflict - please regenerate all moc files" |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | #include "httpcomm.h" | 16 | #include "httpcomm.h" |
17 | #include <qmetaobject.h> | 17 | #include <qmetaobject.h> |
18 | #include <qapplication.h> | 18 | #include <qapplication.h> |
19 | 19 | ||
20 | 20 | ||
21 | 21 | ||
22 | const char *HttpComm::className() const | 22 | const char *HttpComm::className() const |
23 | { | 23 | { |
24 | return "HttpComm"; | 24 | return "HttpComm"; |
25 | } | 25 | } |
26 | 26 | ||
27 | QMetaObject *HttpComm::metaObj = 0; | 27 | QMetaObject *HttpComm::metaObj = 0; |
28 | 28 | ||
29 | void HttpComm::initMetaObject() | 29 | void HttpComm::initMetaObject() |
30 | { | 30 | { |
31 | if ( metaObj ) | 31 | if ( metaObj ) |
32 | return; | 32 | return; |
33 | if ( qstrcmp(QObject::className(), "QObject") != 0 ) | 33 | if ( qstrcmp(QObject::className(), "QObject") != 0 ) |
34 | badSuperclassWarning("HttpComm","QObject"); | 34 | badSuperclassWarning("HttpComm","QObject"); |
35 | (void) staticMetaObject(); | 35 | (void) staticMetaObject(); |
36 | } | 36 | } |
37 | 37 | ||
38 | #ifndef QT_NO_TRANSLATION | 38 | #ifndef QT_NO_TRANSLATION |
39 | 39 | ||
40 | QString HttpComm::tr(const char* s) | 40 | QString HttpComm::tr(const char* s) |
41 | { | 41 | { |
42 | return qApp->translate( "HttpComm", s, 0 ); | 42 | return qApp->translate( "HttpComm", s, 0 ); |
43 | } | 43 | } |
44 | 44 | ||
45 | QString HttpComm::tr(const char* s, const char * c) | 45 | QString HttpComm::tr(const char* s, const char * c) |
46 | { | 46 | { |
47 | return qApp->translate( "HttpComm", s, c ); | 47 | return qApp->translate( "HttpComm", s, c ); |
48 | } | 48 | } |
49 | 49 | ||
50 | #endif // QT_NO_TRANSLATION | 50 | #endif // QT_NO_TRANSLATION |
51 | 51 | ||
52 | QMetaObject* HttpComm::staticMetaObject() | 52 | QMetaObject* HttpComm::staticMetaObject() |
53 | { | 53 | { |
54 | if ( metaObj ) | 54 | if ( metaObj ) |
55 | return metaObj; | 55 | return metaObj; |
56 | (void) QObject::staticMetaObject(); | 56 | (void) QObject::staticMetaObject(); |
57 | #ifndef QT_NO_PROPERTIES | 57 | #ifndef QT_NO_PROPERTIES |
58 | #endif // QT_NO_PROPERTIES | 58 | #endif // QT_NO_PROPERTIES |
59 | typedef void (HttpComm::*m1_t0)(); | 59 | typedef void (HttpComm::*m1_t0)(); |
60 | typedef void (QObject::*om1_t0)(); | 60 | typedef void (QObject::*om1_t0)(); |
61 | typedef void (HttpComm::*m1_t1)(); | 61 | typedef void (HttpComm::*m1_t1)(); |
62 | typedef void (QObject::*om1_t1)(); | 62 | typedef void (QObject::*om1_t1)(); |
63 | typedef void (HttpComm::*m1_t2)(); | 63 | typedef void (HttpComm::*m1_t2)(); |
64 | typedef void (QObject::*om1_t2)(); | 64 | typedef void (QObject::*om1_t2)(); |
65 | typedef void (HttpComm::*m1_t3)(); | 65 | typedef void (HttpComm::*m1_t3)(); |
66 | typedef void (QObject::*om1_t3)(); | 66 | typedef void (QObject::*om1_t3)(); |
67 | m1_t0 v1_0 = &HttpComm::hostFound; | 67 | m1_t0 v1_0 = &HttpComm::hostFound; |
68 | om1_t0 ov1_0 = (om1_t0)v1_0; | 68 | om1_t0 ov1_0 = (om1_t0)v1_0; |
diff --git a/noncore/net/ubrowser/moc_httpcomm.o b/noncore/net/ubrowser/moc_httpcomm.o deleted file mode 100644 index 6cf0d8d..0000000 --- a/noncore/net/ubrowser/moc_httpcomm.o +++ b/dev/null | |||
Binary files differ | |||
diff --git a/noncore/net/ubrowser/moc_mainview.cpp b/noncore/net/ubrowser/moc_mainview.cpp index 009ee1b..9af282b 100644 --- a/noncore/net/ubrowser/moc_mainview.cpp +++ b/noncore/net/ubrowser/moc_mainview.cpp | |||
@@ -1,68 +1,68 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** MainView meta object code from reading C++ file 'mainview.h' | 2 | ** MainView meta object code from reading C++ file 'mainview.h' |
3 | ** | 3 | ** |
4 | ** Created: Mon Jun 10 19:05:57 2002 | 4 | ** Created: Fri Jul 19 21:08:51 2002 |
5 | ** by: The Qt MOC ($Id$) | 5 | ** by: The Qt MOC ($Id$) |
6 | ** | 6 | ** |
7 | ** WARNING! All changes made in this file will be lost! | 7 | ** WARNING! All changes made in this file will be lost! |
8 | *****************************************************************************/ | 8 | *****************************************************************************/ |
9 | 9 | ||
10 | #if !defined(Q_MOC_OUTPUT_REVISION) | 10 | #if !defined(Q_MOC_OUTPUT_REVISION) |
11 | #define Q_MOC_OUTPUT_REVISION 9 | 11 | #define Q_MOC_OUTPUT_REVISION 9 |
12 | #elif Q_MOC_OUTPUT_REVISION != 9 | 12 | #elif Q_MOC_OUTPUT_REVISION != 9 |
13 | #error "Moc format conflict - please regenerate all moc files" | 13 | #error "Moc format conflict - please regenerate all moc files" |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | #include "mainview.h" | 16 | #include "mainview.h" |
17 | #include <qmetaobject.h> | 17 | #include <qmetaobject.h> |
18 | #include <qapplication.h> | 18 | #include <qapplication.h> |
19 | 19 | ||
20 | 20 | ||
21 | 21 | ||
22 | const char *MainView::className() const | 22 | const char *MainView::className() const |
23 | { | 23 | { |
24 | return "MainView"; | 24 | return "MainView"; |
25 | } | 25 | } |
26 | 26 | ||
27 | QMetaObject *MainView::metaObj = 0; | 27 | QMetaObject *MainView::metaObj = 0; |
28 | 28 | ||
29 | void MainView::initMetaObject() | 29 | void MainView::initMetaObject() |
30 | { | 30 | { |
31 | if ( metaObj ) | 31 | if ( metaObj ) |
32 | return; | 32 | return; |
33 | if ( qstrcmp(QMainWindow::className(), "QMainWindow") != 0 ) | 33 | if ( qstrcmp(QMainWindow::className(), "QMainWindow") != 0 ) |
34 | badSuperclassWarning("MainView","QMainWindow"); | 34 | badSuperclassWarning("MainView","QMainWindow"); |
35 | (void) staticMetaObject(); | 35 | (void) staticMetaObject(); |
36 | } | 36 | } |
37 | 37 | ||
38 | #ifndef QT_NO_TRANSLATION | 38 | #ifndef QT_NO_TRANSLATION |
39 | 39 | ||
40 | QString MainView::tr(const char* s) | 40 | QString MainView::tr(const char* s) |
41 | { | 41 | { |
42 | return qApp->translate( "MainView", s, 0 ); | 42 | return qApp->translate( "MainView", s, 0 ); |
43 | } | 43 | } |
44 | 44 | ||
45 | QString MainView::tr(const char* s, const char * c) | 45 | QString MainView::tr(const char* s, const char * c) |
46 | { | 46 | { |
47 | return qApp->translate( "MainView", s, c ); | 47 | return qApp->translate( "MainView", s, c ); |
48 | } | 48 | } |
49 | 49 | ||
50 | #endif // QT_NO_TRANSLATION | 50 | #endif // QT_NO_TRANSLATION |
51 | 51 | ||
52 | QMetaObject* MainView::staticMetaObject() | 52 | QMetaObject* MainView::staticMetaObject() |
53 | { | 53 | { |
54 | if ( metaObj ) | 54 | if ( metaObj ) |
55 | return metaObj; | 55 | return metaObj; |
56 | (void) QMainWindow::staticMetaObject(); | 56 | (void) QMainWindow::staticMetaObject(); |
57 | #ifndef QT_NO_PROPERTIES | 57 | #ifndef QT_NO_PROPERTIES |
58 | #endif // QT_NO_PROPERTIES | 58 | #endif // QT_NO_PROPERTIES |
59 | typedef void (MainView::*m1_t0)(); | 59 | typedef void (MainView::*m1_t0)(); |
60 | typedef void (QObject::*om1_t0)(); | 60 | typedef void (QObject::*om1_t0)(); |
61 | typedef void (MainView::*m1_t1)(); | 61 | typedef void (MainView::*m1_t1)(); |
62 | typedef void (QObject::*om1_t1)(); | 62 | typedef void (QObject::*om1_t1)(); |
63 | m1_t0 v1_0 = &MainView::goClicked; | 63 | m1_t0 v1_0 = &MainView::goClicked; |
64 | om1_t0 ov1_0 = (om1_t0)v1_0; | 64 | om1_t0 ov1_0 = (om1_t0)v1_0; |
65 | m1_t1 v1_1 = &MainView::textChanged; | 65 | m1_t1 v1_1 = &MainView::textChanged; |
66 | om1_t1 ov1_1 = (om1_t1)v1_1; | 66 | om1_t1 ov1_1 = (om1_t1)v1_1; |
67 | QMetaData *slot_tbl = QMetaObject::new_metadata(2); | 67 | QMetaData *slot_tbl = QMetaObject::new_metadata(2); |
68 | QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(2); | 68 | QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(2); |
diff --git a/noncore/net/ubrowser/moc_mainview.o b/noncore/net/ubrowser/moc_mainview.o deleted file mode 100644 index 9f2391f..0000000 --- a/noncore/net/ubrowser/moc_mainview.o +++ b/dev/null | |||
Binary files differ | |||