summaryrefslogtreecommitdiffstats
path: root/kword/KWordTextFrameSetIface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-25 05:28:35 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-25 05:28:35 +0000
commitf008adb5a77e094eaf6abf3fc0f36958e66896a5 (patch)
tree8e9244c4d4957c36be81e15b566b4aa5ea26c982 /kword/KWordTextFrameSetIface.h
parent1210f27b660efb7b37ff43ec68763e85a403471f (diff)
downloadkoffice-f008adb5a77e094eaf6abf3fc0f36958e66896a5.tar.gz
koffice-f008adb5a77e094eaf6abf3fc0f36958e66896a5.zip
TQt4 port koffice
This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kword/KWordTextFrameSetIface.h')
-rw-r--r--kword/KWordTextFrameSetIface.h36
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: