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/rip/k3bcddbpatternwidget.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/rip/k3bcddbpatternwidget.h')
| -rw-r--r-- | src/rip/k3bcddbpatternwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rip/k3bcddbpatternwidget.h b/src/rip/k3bcddbpatternwidget.h index 77e8f26..5c8dca5 100644 --- a/src/rip/k3bcddbpatternwidget.h +++ b/src/rip/k3bcddbpatternwidget.h @@ -19,7 +19,7 @@ #include "base_k3bcddbpatternwidget.h" -class KConfigBase; +class TDEConfigBase; class K3bCddbPatternWidget : public base_K3bCddbPatternWidget @@ -40,8 +40,8 @@ class K3bCddbPatternWidget : public base_K3bCddbPatternWidget void changed(); public slots: - void loadConfig( KConfigBase* ); - void saveConfig( KConfigBase* ); + void loadConfig( TDEConfigBase* ); + void saveConfig( TDEConfigBase* ); void loadDefaults(); private slots: |
