summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoTextObject.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commitafbfdc507bfaafc8824a9808311d57a9ece87510 (patch)
tree47be45bbd69c321ce79e14b683e59318748be9cb /lib/kotext/KoTextObject.h
parent880d042b2902fae8007f202dd35ad9330499867b (diff)
downloadkoffice-afbfdc507bfaafc8824a9808311d57a9ece87510.tar.gz
koffice-afbfdc507bfaafc8824a9808311d57a9ece87510.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/kotext/KoTextObject.h')
-rw-r--r--lib/kotext/KoTextObject.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoTextObject.h b/lib/kotext/KoTextObject.h
index e6414f990..e1519ff4b 100644
--- a/lib/kotext/KoTextObject.h
+++ b/lib/kotext/KoTextObject.h
@@ -348,7 +348,7 @@ public:
* @param paragLayoutFlags which settings from the paragraph tqlayout to apply
* @param formatFlags which settings from the text format to apply
* @param createUndoRedo if true, an undo/redo command will be created and emitted
- * @param interactive if true, the text will be reformatted/tqrepainted to show the new style
+ * @param interactive if true, the text will be reformatted/repainted to show the new style
*/
void applyStyle( KoTextCursor * cursor, const KoParagStyle * style,
KoTextDocument::SelectionId selectionId = KoTextDocument::Standard,
@@ -500,8 +500,8 @@ signals:
*/
void newCommand( KCommand *cmd );
- /** Tell the world that we'd like some tqrepainting to happen */
- void tqrepaintChanged( KoTextObject * );
+ /** Tell the world that we'd like some repainting to happen */
+ void repaintChanged( KoTextObject * );
void hideCursor();
void showCursor();
@@ -529,7 +529,7 @@ public slots:
// The return value is used by ensureFormatted
bool formatMore( int count = 10, bool emitAfterFormatting = true );
- void emitRepaintChanged() { emit tqrepaintChanged( this ); }
+ void emitRepaintChanged() { emit repaintChanged( this ); }
public: // made public for KWTextFrameSet...