diff options
Diffstat (limited to 'buildtools/lib/parsers/autotools')
-rw-r--r-- | buildtools/lib/parsers/autotools/tests/viewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/lib/parsers/autotools/tests/viewer.h b/buildtools/lib/parsers/autotools/tests/viewer.h index 744ca82d..96ffe55a 100644 --- a/buildtools/lib/parsers/autotools/tests/viewer.h +++ b/buildtools/lib/parsers/autotools/tests/viewer.h @@ -30,7 +30,7 @@ class TQListViewItem; class Viewer: public ViewerBase { Q_OBJECT - TQ_OBJECT + public: Viewer(TQWidget *parent = 0, const char *name = 0); void processAST(AutoTools::ProjectAST *projectAST, TQListViewItem *globAfter = 0); |