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 /src/k3bfileview.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 'src/k3bfileview.h')
-rw-r--r-- | src/k3bfileview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k3bfileview.h b/src/k3bfileview.h index 6253009..761191c 100644 --- a/src/k3bfileview.h +++ b/src/k3bfileview.h @@ -27,7 +27,7 @@ class KURL; class KFileFilterCombo; class KFileItem; class KActionCollection; -class KConfig; +class TDEConfig; class K3bToolBox; @@ -55,8 +55,8 @@ class K3bFileView : public K3bContentsView public slots: void setDir( const TQString& ); - void saveConfig( KConfig* c ); - void readConfig( KConfig* c ); + void saveConfig( TDEConfig* c ); + void readConfig( TDEConfig* c ); void setAutoUpdate( bool ); private: |