diff options
Diffstat (limited to 'khotkeys/kcontrol/gesturedrawer.cpp')
-rw-r--r-- | khotkeys/kcontrol/gesturedrawer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/kcontrol/gesturedrawer.cpp b/khotkeys/kcontrol/gesturedrawer.cpp index c05d73945..2364e6e51 100644 --- a/khotkeys/kcontrol/gesturedrawer.cpp +++ b/khotkeys/kcontrol/gesturedrawer.cpp @@ -33,7 +33,7 @@ void GestureDrawer::setData(const TQString &data) { _data = data; - tqrepaint(); + repaint(); } void GestureDrawer::paintEvent(TQPaintEvent *ev) |