summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/lskat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/lskat.h')
-rw-r--r--lskat/lskat/lskat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lskat/lskat/lskat.h b/lskat/lskat/lskat.h
index 351fbb44..85b2a4c4 100644
--- a/lskat/lskat/lskat.h
+++ b/lskat/lskat/lskat.h
@@ -59,7 +59,7 @@ class LSkatView;
* LSkatApp reimplements the methods that KMainWindow provides for main window handling and supports
* full session management as well as keyboard accelerator configuration by using KAccel.
* @see KMainWindow
- * @see KApplication
+ * @see TDEApplication
* @see KConfig
* @see KAccel
*
@@ -103,7 +103,7 @@ class LSkatApp : public KMainWindow
void ExtractGame(KEMessage *msg);
/** initGUI creates the menubar and inserts the menupopups as well as creating the helpMenu.
- * @see KApplication#getHelpMenu
+ * @see TDEApplication#getHelpMenu
*/
void initGUI();
/** Checks all menus..usually done on init programm */
@@ -136,7 +136,7 @@ class LSkatApp : 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 KMainWindow#saveProperties
*/
virtual void saveProperties(KConfig *_cfg);