diff options
Diffstat (limited to 'src/__TODO/UiGuiHighlighter.h')
-rw-r--r-- | src/__TODO/UiGuiHighlighter.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/__TODO/UiGuiHighlighter.h b/src/__TODO/UiGuiHighlighter.h index ad50849..025219e 100644 --- a/src/__TODO/UiGuiHighlighter.h +++ b/src/__TODO/UiGuiHighlighter.h @@ -47,15 +47,15 @@ class UiGuiHighlighter : public TQObject TQStringList getAvailableHighlighters(); public slots: - //! The foreground color for style number \a style is set to \a color. If - //! \a style is -1 then the color is set for all styles. + // The foreground color for style number \a style is set to \a color. If + // \a style is -1 then the color is set for all styles. void setColor(const TQColor &color, int style = -1); - //! The font for style number \a style is set to \a font. If \a style is - //! -1 then the font is set for all styles. + // The font for style number \a style is set to \a font. If \a style is + // -1 then the font is set for all styles. void setFont(const TQFont &font, int style = -1); - //! Sets the lexer that is responsible for the given \a extension. + // Sets the lexer that is responsible for the given \a extension. int setLexerForExtension(TQString extension); void setLexerByName(TQString lexerName); |