diff options
Diffstat (limited to 'quanta/components/csseditor/stylesheetparser.h')
-rw-r--r-- | quanta/components/csseditor/stylesheetparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/csseditor/stylesheetparser.h b/quanta/components/csseditor/stylesheetparser.h index 9da028fb..c5183dfe 100644 --- a/quanta/components/csseditor/stylesheetparser.h +++ b/quanta/components/csseditor/stylesheetparser.h @@ -28,7 +28,7 @@ class stylesheetParser : public TQObject{ Q_OBJECT - TQ_OBJECT + private: enum parenthesisKind { opened, closed }; |