blob: 940b4ea93a508ce0ada9a29c594045ce793960bb (
plain)
1
2
3
4
5
6
7
8
9
10
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();
|