diff options
Diffstat (limited to 'extra/kde342/ktoolbarbutton.h')
-rw-r--r-- | extra/kde342/ktoolbarbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde342/ktoolbarbutton.h b/extra/kde342/ktoolbarbutton.h index 77cbdc0..98f8476 100644 --- a/extra/kde342/ktoolbarbutton.h +++ b/extra/kde342/ktoolbarbutton.h @@ -31,7 +31,7 @@ class KToolBar; class KToolBarButtonPrivate; -class KInstance; +class TDEInstance; class TQEvent; class TQPopupMenu; class TQPainter; @@ -60,7 +60,7 @@ public: */ KToolBarButton(const TQString& icon, int id, TQWidget *parent, const char *name=0L, const TQString &txt=TQString::null, - KInstance *_instance = KGlobal::instance()); + TDEInstance *_instance = KGlobal::instance()); /** * Construct a button with an existing pixmap. It is not |