summaryrefslogtreecommitdiffstats
path: root/extra/kde301
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/kde301
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/kde301')
-rw-r--r--extra/kde301/kaccelaction.h10
-rw-r--r--extra/kde301/kaccelbase.h4
-rw-r--r--extra/kde301/kicontheme.h2
-rw-r--r--extra/kde301/kurifilter.h4
4 files changed, 10 insertions, 10 deletions
diff --git a/extra/kde301/kaccelaction.h b/extra/kde301/kaccelaction.h
index c1e53f5..b9fb056 100644
--- a/extra/kde301/kaccelaction.h
+++ b/extra/kde301/kaccelaction.h
@@ -30,8 +30,8 @@
class KAccelBase;
class TQObject;
-class KConfig;
-class KConfigBase;
+class TDEConfig;
+class TDEConfigBase;
/*
KAccelAction holds information an a given action, such as "Execute Command"
@@ -153,7 +153,7 @@ class KAccelActions
void clear();
bool init( const KAccelActions& );
- bool init( KConfigBase& config, const TQString& sGroup );
+ bool init( TDEConfigBase& config, const TQString& sGroup );
void updateShortcuts( KAccelActions& );
@@ -173,8 +173,8 @@ class KAccelActions
KAccelAction* insert( const TQString& sName, const TQString& sLabel );
bool remove( const TQString& sAction );
- bool readActions( const TQString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0 );
- bool writeActions( const TQString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0,
+ bool readActions( const TQString& sConfigGroup = "Shortcuts", TDEConfigBase* pConfig = 0 );
+ bool writeActions( const TQString& sConfigGroup = "Shortcuts", TDEConfigBase* pConfig = 0,
bool bWriteAll = false, bool bGlobal = false ) const;
void emitKeycodeChanged();
diff --git a/extra/kde301/kaccelbase.h b/extra/kde301/kaccelbase.h
index e485433..5405a1f 100644
--- a/extra/kde301/kaccelbase.h
+++ b/extra/kde301/kaccelbase.h
@@ -172,14 +172,14 @@ class KAccelBase
* The group in which the configuration is stored can be
* set with @ref 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/kde301/kicontheme.h b/extra/kde301/kicontheme.h
index 94c2e33..bf813b0 100644
--- a/extra/kde301/kicontheme.h
+++ b/extra/kde301/kicontheme.h
@@ -19,7 +19,7 @@
#include <tqstringlist.h>
#include <tqptrlist.h>
-class KConfig;
+class TDEConfig;
//class KIconThemeDir;
class KIconThemePrivate;
diff --git a/extra/kde301/kurifilter.h b/extra/kde301/kurifilter.h
index c0be129..d7dc5b3 100644
--- a/extra/kde301/kurifilter.h
+++ b/extra/kde301/kurifilter.h
@@ -30,7 +30,7 @@ class KURIFilterPrivate;
class KURIFilterDataPrivate;
class TQStringList;
-class KCModule;
+class TDECModule;
/**
* This is a basic message object used for exchanging filtering
@@ -342,7 +342,7 @@ public:
*
* @return A configuration module, @p null 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.