summaryrefslogtreecommitdiffstats
path: root/tdeui/kkeydialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
commit703fb0c89c2eee56a1e613e67a446db9d4287929 (patch)
treedd8c5ca66075cd89c2638a2b48cf78386a9870a7 /tdeui/kkeydialog.h
parent818e7abec3d5d3809b6b77293558678371c16b71 (diff)
downloadtdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz
tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/kkeydialog.h')
-rw-r--r--tdeui/kkeydialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/kkeydialog.h b/tdeui/kkeydialog.h
index b457f133b..eba8d0069 100644
--- a/tdeui/kkeydialog.h
+++ b/tdeui/kkeydialog.h
@@ -34,7 +34,7 @@ class TQRadioButton;
class KAccel;
class KAccelActions;
class KActionCollection;
-class KConfigBase;
+class TDEConfigBase;
class TDEGlobalAccel;
class KKeySequence;
class KShortcut;
@@ -98,7 +98,7 @@ class TDEUI_EXPORT KKeyChooser : public TQWidget
*/
bool insert( KActionCollection *, const TQString &title);
- void syncToConfig( const TQString& sConfigGroup, KConfigBase* pConfig, bool bClearUnset );
+ void syncToConfig( const TQString& sConfigGroup, TDEConfigBase* pConfig, bool bClearUnset );
/**
* This function writes any shortcut changes back to the original
@@ -337,7 +337,7 @@ public:
/**
* This is an overloaded member function, provided for convenience.
* It behaves essentially like the above function, except that settings
- * are saved to a *.rc file using KConfig.
+ * are saved to a *.rc file using TDEConfig.
*/
static int configure( KAccel* keys, TQWidget* parent = 0, bool bSaveSettings = true );