diff options
Diffstat (limited to 'extra/kde301')
-rw-r--r-- | extra/kde301/kaccelbase.h | 2 | ||||
-rw-r--r-- | extra/kde301/ktoolbarbutton.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde301/kaccelbase.h b/extra/kde301/kaccelbase.h index 23e9396..e485433 100644 --- a/extra/kde301/kaccelbase.h +++ b/extra/kde301/kaccelbase.h @@ -167,7 +167,7 @@ class KAccelBase /** * Read all key associations from @p config, or (if @p config * is zero) from the application's configuration file - * @ref KGlobal::config(). + * @ref TDEGlobal::config(). * * The group in which the configuration is stored can be * set with @ref setConfigGroup(). 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 |