diff options
Diffstat (limited to 'kword/KWordTextFrameSetIface.h')
-rw-r--r-- | kword/KWordTextFrameSetIface.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/kword/KWordTextFrameSetIface.h b/kword/KWordTextFrameSetIface.h index 9411679d..1f59434b 100644 --- a/kword/KWordTextFrameSetIface.h +++ b/kword/KWordTextFrameSetIface.h @@ -23,9 +23,9 @@ #include <KoDocumentIface.h> #include <dcopref.h> -#include <qstring.h> -#include <qcolor.h> -#include <qfont.h> +#include <tqstring.h> +#include <tqcolor.h> +#include <tqfont.h> #include "KWordFrameSetIface.h" class KWTextFrameSet; class KWordViewIface; @@ -41,30 +41,30 @@ k_dcop: bool hasSelection() const; int numberOfParagraphs(); int paragraphsSelected(); - QString name() const; - QString selectedText() const; + TQString name() const; + TQString selectedText() const; void selectAll( bool select ); void setBoldText( bool b ); void setItalicText( bool b ); void setUnderlineText( bool b ); void setDoubleUnderlineText(bool on); void setStrikeOutText( bool b ); - void setTextColor( const QColor &col ); + void setTextColor( const TQColor &col ); void setTextPointSize( int s ); void setTextSubScript( bool b ); void setTextSuperScript( bool b ); void setTextDefaultFormat(); - void setTextBackgroundColor(const QColor & col); - void setTextFamilyFont(const QString &font); - void setUnderlineColor( const QColor & color ); + void setTextBackgroundColor(const TQColor & col); + void setTextFamilyFont(const TQString &font); + void setUnderlineColor( const TQColor & color ); - void changeCaseOfText( const QString & caseType); + void changeCaseOfText( const TQString & caseType); - QColor textColor() const; - QFont textFont() const; - QString textFontFamily()const; - QColor textBackgroundColor()const; - QColor textUnderlineColor() const; + TQColor textColor() const; + TQFont textFont() const; + TQString textFontFamily()const; + TQColor textBackgroundColor()const; + TQColor textUnderlineColor() const; bool textItalic() const; @@ -88,10 +88,10 @@ k_dcop: bool wordByWord() const; void setWordByWord( bool _b ); - QString fontAttibute()const; + TQString fontAttibute()const; - QString underlineLineStyle() const; - QString strikeOutLineStyle()const; + TQString underlineLineStyle() const; + TQString strikeOutLineStyle()const; private: |