summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/command.h')
-rw-r--r--kdevdesigner/designer/command.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/kdevdesigner/designer/command.h b/kdevdesigner/designer/command.h
index eb34952d..6eb21b5f 100644
--- a/kdevdesigner/designer/command.h
+++ b/kdevdesigner/designer/command.h
@@ -775,7 +775,6 @@ public:
{
TQString text;
TQPixmap pix;
- TQ_DUMMY_COMPARISON_OPERATOR( Item )
};
PopulateListBoxCommand( const TQString &n, FormWindow *fw,
@@ -799,7 +798,6 @@ public:
{
TQString text;
TQPixmap pix;
- TQ_DUMMY_COMPARISON_OPERATOR( Item )
};
PopulateIconViewCommand( const TQString &n, FormWindow *fw,
@@ -857,7 +855,6 @@ public:
{
TQString text;
TQPixmap pix;
- TQ_DUMMY_COMPARISON_OPERATOR( Row )
};
struct Column
@@ -865,7 +862,6 @@ public:
TQString text;
TQPixmap pix;
TQString field;
- TQ_DUMMY_COMPARISON_OPERATOR( Column )
};
PopulateTableCommand( const TQString &n, FormWindow *fw, TQTable *t,