diff options
Diffstat (limited to 'src/kile/kiledocumentinfo.h')
-rw-r--r-- | src/kile/kiledocumentinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kile/kiledocumentinfo.h b/src/kile/kiledocumentinfo.h index 2da4e5b..934bf43 100644 --- a/src/kile/kiledocumentinfo.h +++ b/src/kile/kiledocumentinfo.h @@ -102,7 +102,7 @@ struct TodoResult class Info : public TQObject { Q_OBJECT - TQ_OBJECT + public: static bool containsInvalidCharacters(const KURL&); @@ -220,7 +220,7 @@ protected: class TextInfo : public Info { Q_OBJECT - TQ_OBJECT + public: /** * @param defaultHighlightMode the highlight mode that will be set automatically @@ -314,7 +314,7 @@ protected: class LaTeXInfo : public TextInfo { Q_OBJECT - TQ_OBJECT + public: /** @@ -357,7 +357,7 @@ private: class BibInfo : public TextInfo { Q_OBJECT - TQ_OBJECT + public: BibInfo (Kate::Document *doc, Extensions *extensions, LatexCommands* commands); @@ -376,7 +376,7 @@ public slots: class ScriptInfo : public TextInfo { Q_OBJECT - TQ_OBJECT + public: ScriptInfo(Kate::Document *doc, Extensions *extensions); |