diff options
Diffstat (limited to 'shopper')
-rw-r--r-- | shopper/shopper-1.2.1/gcc3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shopper/shopper-1.2.1/gcc3.patch b/shopper/shopper-1.2.1/gcc3.patch index e69de29bb2..940b4ea93a 100644 --- a/shopper/shopper-1.2.1/gcc3.patch +++ b/shopper/shopper-1.2.1/gcc3.patch @@ -0,0 +1,11 @@ +--- Shopper/shoppingitem.h.orig 2004-03-07 12:02:51.087057272 +0000 ++++ Shopper/shoppingitem.h 2004-03-07 12:03:09.285290720 +0000 +@@ -33,7 +33,7 @@ + + public: + ShoppingItemCheckBox (const QString & text, QWidget * parent, +- const char * name=0 ); ++ const char * name ); + signals: + void edit(); + |