diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:06:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:06:28 -0600 |
commit | 83b79bb29aaa412caec6abcdb42ca21d248b3b3a (patch) | |
tree | f48e8ae855d4a0be0c3ecf912a92168a829ff8c5 /libk3b/core/k3bcore.h | |
parent | 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (diff) | |
download | k3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.tar.gz k3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'libk3b/core/k3bcore.h')
-rw-r--r-- | libk3b/core/k3bcore.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libk3b/core/k3bcore.h b/libk3b/core/k3bcore.h index 9ad04aa..8e40adc 100644 --- a/libk3b/core/k3bcore.h +++ b/libk3b/core/k3bcore.h @@ -30,7 +30,7 @@ class K3bExternalBinManager; class K3bVersion; -class KConfig; +class TDEConfig; class TDEAboutData; class K3bJob; class K3bBurnJob; @@ -81,12 +81,12 @@ class LIBK3B_EXPORT K3bCore : public TQObject /** * @param c if 0 K3bCore uses the K3b configuration */ - virtual void readSettings( KConfig* c = 0 ); + virtual void readSettings( TDEConfig* c = 0 ); /** * @param c if 0 K3bCore uses the K3b configuration */ - virtual void saveSettings( KConfig* c = 0 ); + virtual void saveSettings( TDEConfig* c = 0 ); /** * If this is reimplemented it is recommended to also reimplement @@ -121,7 +121,7 @@ class LIBK3B_EXPORT K3bCore : public TQObject * Default implementation returns the K3b configuration from k3brc. * Normally this should not be used. */ - virtual KConfig* config() const; + virtual TDEConfig* config() const; /** * Used by the writing jobs to block a device. |