diff options
Diffstat (limited to 'python/pykde/extra/kde303/ktoolbarbutton.h')
-rw-r--r-- | python/pykde/extra/kde303/ktoolbarbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pykde/extra/kde303/ktoolbarbutton.h b/python/pykde/extra/kde303/ktoolbarbutton.h index d4a2b8fc..c551a4a0 100644 --- a/python/pykde/extra/kde303/ktoolbarbutton.h +++ b/python/pykde/extra/kde303/ktoolbarbutton.h @@ -33,9 +33,9 @@ class KToolBar; class KToolBarButtonPrivate; class KInstance; -class QEvent; -class QPopupMenu; -class QPainter; +class TQEvent; +class TQPopupMenu; +class TQPainter; /** * A toolbar button. This is used internally by @ref KToolBar, use the |