diff options
Diffstat (limited to 'extra/kde300/ktoolbarbutton.h')
-rw-r--r-- | extra/kde300/ktoolbarbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde300/ktoolbarbutton.h b/extra/kde300/ktoolbarbutton.h index 49a457f..19f243b 100644 --- a/extra/kde300/ktoolbarbutton.h +++ b/extra/kde300/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 |