From 145d30f0b8cbacc3599379e8717299734f3bb534 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:14:31 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/configdialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/configdialog.h') 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 #include -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(); -- cgit v1.2.1