summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/docuparser.h1
-rw-r--r--tools/assistant/helpdialogimpl.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/assistant/docuparser.h b/tools/assistant/docuparser.h
index f09b913d7..f2a7c14b8 100644
--- a/tools/assistant/docuparser.h
+++ b/tools/assistant/docuparser.h
@@ -48,7 +48,6 @@ struct ContentItem {
TQString title;
TQString reference;
int depth;
- TQ_DUMMY_COMPARISON_OPERATOR(ContentItem)
};
TQDataStream &operator>>( TQDataStream &s, ContentItem &ci );
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp
index 91b0fe9b8..4824c5d92 100644
--- a/tools/assistant/helpdialogimpl.cpp
+++ b/tools/assistant/helpdialogimpl.cpp
@@ -100,7 +100,6 @@ struct IndexKeyword {
bool operator>( const IndexKeyword &ik ) const {
return keyword.lower() > ik.keyword.lower();
}
- TQ_DUMMY_COMPARISON_OPERATOR( IndexKeyword )
TQString keyword;
TQString link;
};