summaryrefslogtreecommitdiffstats
path: root/src/configdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configdialog.h')
-rw-r--r--src/configdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/configdialog.h b/src/configdialog.h
index 4204c11..d547b65 100644
--- a/src/configdialog.h
+++ b/src/configdialog.h
@@ -19,7 +19,7 @@
#include <kdialogbase.h>
#include <klistview.h>
-class KConfig;
+class TDEConfig;
class KLineEdit;
class KIntSpinBox;
class KPushButton;
@@ -63,14 +63,14 @@ public:
* Reads the current configuration. Only the options which are not saved somewhere
* else are read at this point.
*
- * @param config A pointer to the KConfig object
+ * @param config A pointer to the TDEConfig object
*/
void readConfiguration();
/**
- * Saves the configuration. @ref KConfigBase::sync is called. This method is called
+ * Saves the configuration. @ref TDEConfigBase::sync is called. This method is called
* from the main Tellico object.
*
- * @param config A pointer to the KConfig object
+ * @param config A pointer to the TDEConfig object
*/
void saveConfiguration();