summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoTabChooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoTabChooser.h')
-rw-r--r--lib/kofficeui/KoTabChooser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficeui/KoTabChooser.h b/lib/kofficeui/KoTabChooser.h
index fb9a0591a..31ad0f859 100644
--- a/lib/kofficeui/KoTabChooser.h
+++ b/lib/kofficeui/KoTabChooser.h
@@ -71,10 +71,10 @@ protected:
KoTabChooserPrivate *d;
protected slots:
- void rbLeft() { currType = TAB_LEFT; repaint( true ); }
- void rbCenter() { currType = TAB_CENTER; repaint( true ); }
- void rbRight() { currType = TAB_RIGHT; repaint( true ); }
- void rbDecPoint() { currType = TAB_DEC_PNT; repaint( true ); }
+ void rbLeft() { currType = TAB_LEFT; tqrepaint( true ); }
+ void rbCenter() { currType = TAB_CENTER; tqrepaint( true ); }
+ void rbRight() { currType = TAB_RIGHT; tqrepaint( true ); }
+ void rbDecPoint() { currType = TAB_DEC_PNT; tqrepaint( true ); }
};