java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / tximage / tximage-0.2 / gcc3.patch
blob7729603641026d7179cfff1a37c05bab19ffeb73
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
6 --- tximage-0.2/imagelistview.cpp~gcc3 2003-06-21 03:47:29.000000000 +0200
7 +++ tximage-0.2/imagelistview.cpp 2004-02-10 00:26:31.000000000 +0100
8 @@ -88,7 +88,7 @@
12 -ImageListView::ImageListView(QWidget *parent, const char *name=0)
13 +ImageListView::ImageListView(QWidget *parent, const char *name)
14 : QListView(parent, name)
16 addColumn("Name");
17 --- tximage-0.2/settingsdialog.cpp~gcc3 2003-06-21 03:05:06.000000000 +0200
18 +++ tximage-0.2/settingsdialog.cpp 2004-02-10 00:27:25.000000000 +0100
19 @@ -37,7 +37,7 @@
20 #include "settingsdialog.h"
23 -SettingsDialog::SettingsDialog(QWidget *parent = 0, const char *name = 0)
24 +SettingsDialog::SettingsDialog(QWidget *parent, const char *name)
25 : SettingsDialogBase(parent, name, true)
27 settings = NULL;