2 ===================================================================
3 --- Qt4Pas.pro (revision 1)
4 +++ Qt4Pas.pro (working copy)
15 qprintpreviewdialog_hook.h \
16 qsystemtrayicon_hook.h \
17 - qgraphicsscene_hook.h \
18 - qabstractsocket_hook.h \
22 - qnetworkaccessmanager_hook.h \
23 - qnetworkreply_hook.h \
25 - qwebsecurityorigin_hook.h \
26 - qwebdatabase_hook.h \
27 - qwebhistory_hook.h \
28 - qwebhistoryinterface_hook.h \
30 - qwebsettings_hook.h \
32 + qgraphicsscene_hook.h
34 SOURCES += qt4pas.cpp \
38 qgraphicsscene_c.cpp \
43 - qabstractsocket_c.cpp \
47 - qsslconfiguration_c.cpp \
49 - qnetworkaccessmanager_c.cpp \
50 - qnetworkrequest_c.cpp \
51 - qnetworkreply_c.cpp \
52 - qnetworkcookie_c.cpp \
53 - qlclnetworkcookie_c.cpp \
54 - qnetworkproxy_c.cpp \
55 - qauthenticator_c.cpp \
57 - qwebsecurityorigin_c.cpp \
58 - qwebdatabase_c.cpp \
60 - qwebhistoryinterface_c.cpp \
63 - qwebsettings_c.cpp \
66 qcoreapplication_hook_c.cpp \
68 qabstractitemmodel_hook_c.cpp \
70 qprintdialog_hook_c.cpp \
71 qprintpreviewdialog_hook_c.cpp \
72 qsystemtrayicon_hook_c.cpp \
73 - qgraphicsscene_hook_c.cpp \
74 - qabstractsocket_hook_c.cpp \
75 - qudpsocket_hook_c.cpp \
76 - qtcpsocket_hook_c.cpp \
77 - qtcpserver_hook_c.cpp \
78 - qnetworkaccessmanager_hook_c.cpp \
79 - qnetworkreply_hook_c.cpp \
80 - qwebframe_hook_c.cpp \
81 - qwebsecurityorigin_hook_c.cpp \
82 - qwebdatabase_hook_c.cpp \
83 - qwebhistory_hook_c.cpp \
84 - qwebhistoryinterface_hook_c.cpp \
85 - qwebpage_hook_c.cpp \
86 - qwebsettings_hook_c.cpp \
88 + qgraphicsscene_hook_c.cpp
91 \ No newline at end of file
93 ===================================================================
94 --- src/qt4pas.cpp (revision 1)
95 +++ src/qt4pas.cpp (working copy)
100 -#include <QtNetwork>
104 #include "qobject_hook_c.cpp"
106 #include "qstylefactory_c.cpp"
107 #include "qgraphicsscene_c.cpp"
108 #include "qgraphicsview_c.cpp"
109 -#include "qsslcipher_c.cpp"
110 -#include "qsslkey_c.cpp"
111 -#include "qsslerror_c.cpp"
112 -#include "qabstractsocket_c.cpp"
113 -#include "qudpsocket_c.cpp"
114 -#include "qtcpsocket_c.cpp"
115 -#include "qtcpserver_c.cpp"
116 -#include "qsslconfiguration_c.cpp"
117 -#include "qsslsocket_c.cpp"
118 -#include "qnetworkaccessmanager_c.cpp"
119 -#include "qnetworkrequest_c.cpp"
120 -#include "qnetworkreply_c.cpp"
121 -#include "qnetworkcookie_c.cpp"
122 -#include "qlclnetworkcookie_c.cpp"
123 -#include "qnetworkproxy_c.cpp"
124 -#include "qauthenticator_c.cpp"
125 -#include "qwebframe_c.cpp"
126 -#include "qwebsecurityorigin_c.cpp"
127 -#include "qwebdatabase_c.cpp"
128 -#include "qwebhistory_c.cpp"
129 -#include "qwebhistoryinterface_c.cpp"
130 -#include "qwebpage_c.cpp"
131 -#include "qlclwebpage_c.cpp"
132 -#include "qwebsettings_c.cpp"
133 -#include "qwebview_c.cpp"
134 -#include "qlclwebview_c.cpp"
135 #include "qcoreapplication_hook_c.cpp"
136 #include "qtimer_hook_c.cpp"
137 #include "qabstractitemmodel_hook_c.cpp"
139 #include "qprintpreviewdialog_hook_c.cpp"
140 #include "qsystemtrayicon_hook_c.cpp"
141 #include "qgraphicsscene_hook_c.cpp"
142 -#include "qabstractsocket_hook_c.cpp"
143 -#include "qudpsocket_hook_c.cpp"
144 -#include "qtcpsocket_hook_c.cpp"
145 -#include "qtcpserver_hook_c.cpp"
146 -#include "qnetworkaccessmanager_hook_c.cpp"
147 -#include "qnetworkreply_hook_c.cpp"
148 -#include "qwebframe_hook_c.cpp"
149 -#include "qwebsecurityorigin_hook_c.cpp"
150 -#include "qwebdatabase_hook_c.cpp"
151 -#include "qwebhistory_hook_c.cpp"
152 -#include "qwebhistoryinterface_hook_c.cpp"
153 -#include "qwebpage_hook_c.cpp"
154 -#include "qwebsettings_hook_c.cpp"
155 -#include "qwebview_hook_c.cpp"