diff options
Diffstat (limited to 'extra/kde322')
-rw-r--r-- | extra/kde322/kaccelaction.h | 2 | ||||
-rw-r--r-- | extra/kde322/kaccelbase.h | 2 | ||||
-rw-r--r-- | extra/kde322/ktoolbarbutton.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/kde322/kaccelaction.h b/extra/kde322/kaccelaction.h index 0418297..024292d 100644 --- a/extra/kde322/kaccelaction.h +++ b/extra/kde322/kaccelaction.h @@ -65,7 +65,7 @@ class KConfigBase; * \endcode * @short An accelerator action * @see KAccel - * @see KGlobalAccel + * @see TDEGlobalAccel * @see KKeyChooser * @see KKeyDialog */ diff --git a/extra/kde322/kaccelbase.h b/extra/kde322/kaccelbase.h index 7c83b44..2ecb048 100644 --- a/extra/kde322/kaccelbase.h +++ b/extra/kde322/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 - * KGlobal::config(). + * TDEGlobal::config(). * * The group in which the configuration is stored can be * set with setConfigGroup(). diff --git a/extra/kde322/ktoolbarbutton.h b/extra/kde322/ktoolbarbutton.h index 4e7c478..1d94500 100644 --- a/extra/kde322/ktoolbarbutton.h +++ b/extra/kde322/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 |