From 2e384e286e5ec2f884ceab9a360f90f544554066 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:04 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- lskat/lskat/lskat.h | 6 +++--- lskat/lskat/lskatdoc.h | 2 +- lskat/lskat/main.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lskat') 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); diff --git a/lskat/lskat/lskatdoc.h b/lskat/lskat/lskatdoc.h index 5dac8334..190c0daf 100644 --- a/lskat/lskat/lskatdoc.h +++ b/lskat/lskat/lskatdoc.h @@ -37,7 +37,7 @@ class LSkatView; /** LSkatDoc provides a document object for a document-view model. * * The LSkatDoc class provides a document object that can be used in conjunction with the classes LSkatApp and LSkatView - * to create a document-view model for standard TDE applications based on KApplication and KTMainWindow. Thereby, the document object + * to create a document-view model for standard TDE applications based on TDEApplication and KTMainWindow. Thereby, the document object * is created by the LSkatApp instance and contains the document structure with the according methods for manipulation of the document * data by LSkatView objects. Also, LSkatDoc contains the methods for serialization of the document data from and to files. * diff --git a/lskat/lskat/main.cpp b/lskat/lskat/main.cpp index 7631b8ad..72b3ee34 100644 --- a/lskat/lskat/main.cpp +++ b/lskat/lskat/main.cpp @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) } args->clear(); - KApplication app; + TDEApplication app; if (app.isRestored()) { -- cgit v1.2.3