diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:31:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:31:20 -0600 |
commit | 1244eb7c0136985569a71f525ef5bcee08a431c4 (patch) | |
tree | b611e304794fa1b9ec4cce9dd762e572d301aa4e /extra/kde351 | |
parent | 44249e7b6a1264a1d56b6ac085fa797d831d9bb2 (diff) | |
download | pytde-1244eb7c0136985569a71f525ef5bcee08a431c4.tar.gz pytde-1244eb7c0136985569a71f525ef5bcee08a431c4.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde351')
-rw-r--r-- | extra/kde351/kaccelaction.h | 2 | ||||
-rw-r--r-- | extra/kde351/kaccelbase.h | 2 | ||||
-rw-r--r-- | extra/kde351/konsole_part.h | 2 | ||||
-rw-r--r-- | extra/kde351/ktoolbarbutton.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extra/kde351/kaccelaction.h b/extra/kde351/kaccelaction.h index 470c705..4c7ac18 100644 --- a/extra/kde351/kaccelaction.h +++ b/extra/kde351/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/kde351/kaccelbase.h b/extra/kde351/kaccelbase.h index 8f22253..a217846 100644 --- a/extra/kde351/kaccelbase.h +++ b/extra/kde351/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/kde351/konsole_part.h b/extra/kde351/konsole_part.h index 5e4262f..44b7588 100644 --- a/extra/kde351/konsole_part.h +++ b/extra/kde351/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/kde351/ktoolbarbutton.h b/extra/kde351/ktoolbarbutton.h index bc5a606..1473111 100644 --- a/extra/kde351/ktoolbarbutton.h +++ b/extra/kde351/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 |