diff options
Diffstat (limited to 'extra/kde301/ktoolbarbutton.h')
-rw-r--r-- | extra/kde301/ktoolbarbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde301/ktoolbarbutton.h b/extra/kde301/ktoolbarbutton.h index 7147029..8a7c277 100644 --- a/extra/kde301/ktoolbarbutton.h +++ b/extra/kde301/ktoolbarbutton.h @@ -60,7 +60,7 @@ public: */ KToolBarButton(const TQString& icon, int id, TQWidget *parent, const char *name=0L, const TQString &txt=TQString::null, - TDEInstance *_instance = KGlobal::instance()); + TDEInstance *_instance = TDEGlobal::instance()); /** * Construct a button with an existing pixmap. It is not |