diff options
Diffstat (limited to 'python/pykde/extra/kde312/ktoolbarbutton.h')
-rw-r--r-- | python/pykde/extra/kde312/ktoolbarbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pykde/extra/kde312/ktoolbarbutton.h b/python/pykde/extra/kde312/ktoolbarbutton.h index 14c96f8b..6fafb1ed 100644 --- a/python/pykde/extra/kde312/ktoolbarbutton.h +++ b/python/pykde/extra/kde312/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 |