diff options
Diffstat (limited to 'kwordquiz/src/kwordquiz.h')
-rw-r--r-- | kwordquiz/src/kwordquiz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kwordquiz/src/kwordquiz.h b/kwordquiz/src/kwordquiz.h index 5d3b7b61..36cc270b 100644 --- a/kwordquiz/src/kwordquiz.h +++ b/kwordquiz/src/kwordquiz.h @@ -51,7 +51,7 @@ class KWQNewStuff; * KWordQuizApp reimplements the methods that KMainWindow provides for main window handling and supports * full session management as well as using KActions. * @see KMainWindow - * @see KApplication + * @see TDEApplication * @see KConfig * * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. @@ -114,7 +114,7 @@ class KWordQuizApp : public KMainWindow */ virtual bool queryExit(); /** saves the window properties for each open window during session end to the session config file, including saving the currently - * opened file by a temporary filename provided by KApplication. + * opened file by a temporary filename provided by TDEApplication. * @see KTMainWindow#saveProperties */ virtual void saveProperties(KConfig *_cfg); |