diff options
Diffstat (limited to 'lib/interfaces')
| -rw-r--r-- | lib/interfaces/extensions/kdevmakefrontend.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/interfaces/extensions/kdevmakefrontend.h b/lib/interfaces/extensions/kdevmakefrontend.h index 702312c8..640db77f 100644 --- a/lib/interfaces/extensions/kdevmakefrontend.h +++ b/lib/interfaces/extensions/kdevmakefrontend.h @@ -89,7 +89,7 @@ public:      /**@return Whether the application is currently running.*/      virtual bool isRunning() = 0; -    /**Advices to synchronize the settings from KConfig because they were changed externally.*/ +    /**Advices to synchronize the settings from TDEConfig because they were changed externally.*/      virtual void updateSettingsFromConfig() = 0;  signals: | 
