diff options
Diffstat (limited to 'python/pykde/extra/kde352/ktoolbarbutton.h')
-rw-r--r-- | python/pykde/extra/kde352/ktoolbarbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pykde/extra/kde352/ktoolbarbutton.h b/python/pykde/extra/kde352/ktoolbarbutton.h index a4fed43d..eab46983 100644 --- a/python/pykde/extra/kde352/ktoolbarbutton.h +++ b/python/pykde/extra/kde352/ktoolbarbutton.h @@ -32,9 +32,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 KToolBar, use the |