diff options
Diffstat (limited to 'kicker-applets/ktimemon/timemon.h')
-rw-r--r-- | kicker-applets/ktimemon/timemon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h index cf39a35..1f81db1 100644 --- a/kicker-applets/ktimemon/timemon.h +++ b/kicker-applets/ktimemon/timemon.h @@ -26,9 +26,9 @@ const int MAX_MOUSE_ACTIONS = 3; // event handlers for the three buttons only // -- forward declaration ------------------------------------------------ class KSample; class KConfDialog; -class QPaintEvent; -class QMouseEvent; -class QPainter; +class TQPaintEvent; +class TQMouseEvent; +class TQPainter; class KProcess; class KShellProcess; class KHelpMenu; |