summaryrefslogtreecommitdiffstats
path: root/extra/kde353
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:18:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:18:41 -0600
commit352b2ef6c06332062d35211d7f49942315d2f36a (patch)
tree842a828f1f3c6686c33cd8512d00b80d6feaefdd /extra/kde353
parent8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff)
downloadpytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz
pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde353')
-rw-r--r--extra/kde353/kaccelaction.h10
-rw-r--r--extra/kde353/kaccelbase.h4
-rw-r--r--extra/kde353/kicontheme.h2
-rw-r--r--extra/kde353/kurifilter.h4
4 files changed, 10 insertions, 10 deletions
diff --git a/extra/kde353/kaccelaction.h b/extra/kde353/kaccelaction.h
index 4c7ac18..9cca25d 100644
--- a/extra/kde353/kaccelaction.h
+++ b/extra/kde353/kaccelaction.h
@@ -30,8 +30,8 @@
class KAccelBase;
class TQObject;
-class KConfig;
-class KConfigBase;
+class TDEConfig;
+class TDEConfigBase;
/**
* @internal
@@ -400,7 +400,7 @@ class TDECORE_EXPORT KAccelActions
* @param sGroup the group in the configuration file
* @return true if successful, false otherwise
*/
- bool init( KConfigBase& config, const TQString& sGroup );
+ bool init( TDEConfigBase& config, const TQString& sGroup );
/**
* Updates the shortcuts of all actions in this object
@@ -521,7 +521,7 @@ class TDECORE_EXPORT KAccelActions
* @param pConfig the configuration file to load from
* @return true if successful, false otherwise
*/
- bool readActions( const TQString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0 );
+ bool readActions( const TQString& sConfigGroup = "Shortcuts", TDEConfigBase* pConfig = 0 );
/**
* Writes the actions to the given configuration file.
@@ -532,7 +532,7 @@ class TDECORE_EXPORT KAccelActions
* @param bGlobal true to write to the global configuration file
* @return true if successful, false otherwise
*/
- bool writeActions( const TQString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0,
+ bool writeActions( const TQString& sConfigGroup = "Shortcuts", TDEConfigBase* pConfig = 0,
bool bWriteAll = false, bool bGlobal = false ) const;
/**
diff --git a/extra/kde353/kaccelbase.h b/extra/kde353/kaccelbase.h
index a217846..1772f99 100644
--- a/extra/kde353/kaccelbase.h
+++ b/extra/kde353/kaccelbase.h
@@ -201,14 +201,14 @@ class TDECORE_EXPORT KAccelBase
* The group in which the configuration is stored can be
* set with setConfigGroup().
*/
- void readSettings( KConfigBase* pConfig = 0 );
+ void readSettings( TDEConfigBase* pConfig = 0 );
/**
* Write the current configurable associations to @p config,
* or (if @p config is zero) to the application's
* configuration file.
*/
- void writeSettings( KConfigBase* pConfig = 0 ) const;
+ void writeSettings( TDEConfigBase* pConfig = 0 ) const;
TQPopupMenu* createPopupMenu( TQWidget* pParent, const KKeySequence& );
diff --git a/extra/kde353/kicontheme.h b/extra/kde353/kicontheme.h
index c7c9290..0bd7e96 100644
--- a/extra/kde353/kicontheme.h
+++ b/extra/kde353/kicontheme.h
@@ -18,7 +18,7 @@
#include <tqptrlist.h>
#include "tdelibs_export.h"
-class KConfig;
+class TDEConfig;
//class KIconThemeDir;
class KIconThemePrivate;
diff --git a/extra/kde353/kurifilter.h b/extra/kde353/kurifilter.h
index ac80066..f290f62 100644
--- a/extra/kde353/kurifilter.h
+++ b/extra/kde353/kurifilter.h
@@ -38,7 +38,7 @@
class KURIFilterPrivate;
class KURIFilterDataPrivate;
-class KCModule;
+class TDECModule;
/**
* A basic message object used for exchanging filtering
@@ -390,7 +390,7 @@ public:
*
* @return A configuration module, 0 if the filter isn't configurable.
*/
- virtual KCModule *configModule( TQWidget*, const char* ) const { return 0; }
+ virtual TDECModule *configModule( TQWidget*, const char* ) const { return 0; }
/**
* Returns the name of the configuration module for the filter.