diff options
Diffstat (limited to 'kde-base/kdebindings/files/x_QHBox.cpp.diff')
-rw-r--r-- | kde-base/kdebindings/files/x_QHBox.cpp.diff | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-base/kdebindings/files/x_QHBox.cpp.diff b/kde-base/kdebindings/files/x_QHBox.cpp.diff deleted file mode 100644 index 632b9541f01e..000000000000 --- a/kde-base/kdebindings/files/x_QHBox.cpp.diff +++ /dev/null @@ -1,30 +0,0 @@ -=================================================================== -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() |