|
|
|
@ -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);
|
|
|
|
|