summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdebindings/files/x_QHBox.cpp.diff')
-rw-r--r--kde-base/kdebindings/files/x_QHBox.cpp.diff30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-base/kdebindings/files/x_QHBox.cpp.diff b/kde-base/kdebindings/files/x_QHBox.cpp.diff
new file mode 100644
index 000000000000..632b9541f01e
--- /dev/null
+++ b/kde-base/kdebindings/files/x_QHBox.cpp.diff
@@ -0,0 +1,30 @@
+===================================================================
+RCS file: /home2/webcvs/mirror/kdebindings/smoke/qt/Attic/x_QHBox.cpp,v
+retrieving revision 1.17.2.2
+retrieving revision 1.17.2.3
+diff -u -p -r1.17.2.2 -r1.17.2.3
+--- kdebindings/smoke/qt/Attic/x_QHBox.cpp 2003/01/16 10:03:52 1.17.2.2
++++ kdebindings/smoke/qt/Attic/x_QHBox.cpp 2003/09/22 18:07:12 1.17.2.3
+@@ -143,14 +143,22 @@ public:
+ x_QHBox* xret = new x_QHBox((bool)x[1].s_bool,(QWidget*)x[2].s_class);
+ x[0].s_class = (void*)xret;
+ }
++#if QT_VERSION < 0x030200
+ x_QHBox(bool x1, QWidget* x2) : QHBox(x1, x2) {
++#else
++ x_QHBox(bool x1, QWidget* x2) : QHBox(x1, x2, 0) {
++#endif
+ }
+ static void x_22(Smoke::Stack x) {
+ // QHBox(bool)
+ x_QHBox* xret = new x_QHBox((bool)x[1].s_bool);
+ x[0].s_class = (void*)xret;
+ }
++#if QT_VERSION < 0x030200
+ x_QHBox(bool x1) : QHBox(x1) {
++#else
++ x_QHBox(bool x1) : QHBox(x1, 0, 0) {
++#endif
+ }
+ void x_23(Smoke::Stack x) {
+ // frameChanged()