diff options
Diffstat (limited to 'src/sourcelistitem.h')
-rw-r--r-- | src/sourcelistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sourcelistitem.h b/src/sourcelistitem.h index af5db49..a7c31e1 100644 --- a/src/sourcelistitem.h +++ b/src/sourcelistitem.h @@ -31,7 +31,7 @@ */ class SourceListItem : public TQObject, public TQCheckListItem { Q_OBJECT - TQ_OBJECT //macro which activates signals and slots (tqmoc) + //macro which activates signals and slots (tqmoc) public: /** * Creates a new Source |