From de9a6aa007626eba4e333ac4080cbdfcb9f98386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- juk/filerenamer.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'juk/filerenamer.h') 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 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. */ -- cgit v1.2.1