From 83b79bb29aaa412caec6abcdb42ca21d248b3b3a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:06:28 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/k3binteractiondialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/k3binteractiondialog.h') 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. -- cgit v1.2.3