summaryrefslogtreecommitdiffstats
path: root/src/k3binteractiondialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:28 -0600
commit83b79bb29aaa412caec6abcdb42ca21d248b3b3a (patch)
treef48e8ae855d4a0be0c3ecf912a92168a829ff8c5 /src/k3binteractiondialog.h
parent2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (diff)
downloadk3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.tar.gz
k3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/k3binteractiondialog.h')
-rw-r--r--src/k3binteractiondialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k3binteractiondialog.h b/src/k3binteractiondialog.h
index 49db772..65e047f 100644
--- a/src/k3binteractiondialog.h
+++ b/src/k3binteractiondialog.h
@@ -24,7 +24,7 @@ class TQLabel;
class KPushButton;
class TQButton;
class K3bThemedHeader;
-class KConfigBase;
+class TDEConfigBase;
class KGuiItem;
@@ -207,7 +207,7 @@ class K3bInteractionDialog : public KDialog
* The save/load buttons are only activated if the config group is
* set in the constructor.
*/
- virtual void saveUserDefaults( KConfigBase* config );
+ virtual void saveUserDefaults( TDEConfigBase* config );
/**
* Reimplement this to support the save/load user default buttons.
@@ -216,7 +216,7 @@ class K3bInteractionDialog : public KDialog
* The save/load buttons are only activated if the config group is
* set in the constructor.
*/
- virtual void loadUserDefaults( KConfigBase* config );
+ virtual void loadUserDefaults( TDEConfigBase* config );
/**
* Reimplement this to support the "k3b defaults" button.