summaryrefslogtreecommitdiffstats
path: root/juk/filerenamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/filerenamer.h')
-rw-r--r--juk/filerenamer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/juk/filerenamer.h b/juk/filerenamer.h
index 9c1910fa..c3858d76 100644
--- a/juk/filerenamer.h
+++ b/juk/filerenamer.h
@@ -84,7 +84,7 @@ typedef TQMap<CategoryID, TagRenamerOptions> CategoryOptionsMap;
/**
* An implementation of CategoryReaderInterface that reads the user's settings
- * from the global KConfig configuration object, and reads track information
+ * from the global TDEConfig configuration object, and reads track information
* from whatever the given PlaylistItem is. You can assign different
* PlaylistItems in order to change the returned tag category information.
*
@@ -150,7 +150,7 @@ public:
static unsigned const MAX_CATEGORIES = 16;
/**
- * This function saves all of the category options to the global KConfig
+ * This function saves all of the category options to the global TDEConfig
* object. You must call this manually, FileRenamerWidget doesn't call it
* automatically so that situations where the user hits "Cancel" work
* correctly.
@@ -180,7 +180,7 @@ protected slots:
private:
/**
* This function initializes the category options by loading the data from
- * the global KConfig object. This is called automatically in the constructor.
+ * the global TDEConfig object. This is called automatically in the constructor.
*/
void loadConfig();
@@ -500,7 +500,7 @@ public:
/**
* Renames the filename on disk of the file represented by item according
- * to the user configuration stored in KConfig.
+ * to the user configuration stored in TDEConfig.
*
* @param item The item to rename.
*/
@@ -508,7 +508,7 @@ public:
/**
* Renames the filenames on disk of the files given in items according to
- * the user configuration stored in KConfig.
+ * the user configuration stored in TDEConfig.
*
* @param items The items to rename.
*/
@@ -518,7 +518,7 @@ public:
* Returns the file name that would be generated based on the options read from
* interface, which must implement CategoryReaderInterface. (A whole interface is used
* so that we can re-use the code to generate filenames from a in-memory GUI and from
- * KConfig).
+ * TDEConfig).
*
* @param interface object to read options/data from.
*/