diff options
Diffstat (limited to 'extra/kde352')
-rw-r--r-- | extra/kde352/kaccelaction.h | 2 | ||||
-rw-r--r-- | extra/kde352/kaccelbase.h | 2 | ||||
-rw-r--r-- | extra/kde352/konsole_part.h | 2 | ||||
-rw-r--r-- | extra/kde352/ktoolbarbutton.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extra/kde352/kaccelaction.h b/extra/kde352/kaccelaction.h index 470c705..4c7ac18 100644 --- a/extra/kde352/kaccelaction.h +++ b/extra/kde352/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/kde352/kaccelbase.h b/extra/kde352/kaccelbase.h index 8f22253..a217846 100644 --- a/extra/kde352/kaccelbase.h +++ b/extra/kde352/kaccelbase.h @@ -196,7 +196,7 @@ class TDECORE_EXPORT 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/kde352/konsole_part.h b/extra/kde352/konsole_part.h index 5e4262f..44b7588 100644 --- a/extra/kde352/konsole_part.h +++ b/extra/kde352/konsole_part.h @@ -74,7 +74,7 @@ class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface, public virtual ~konsolePart(); signals: - void processExited( KProcess * ); + void processExited( TDEProcess * ); void receivedData( const TQString& s ); void forkedChild(); protected: diff --git a/extra/kde352/ktoolbarbutton.h b/extra/kde352/ktoolbarbutton.h index bc5a606..1473111 100644 --- a/extra/kde352/ktoolbarbutton.h +++ b/extra/kde352/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 |