summaryrefslogtreecommitdiffstats
path: root/lskat
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:19:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:19:04 -0600
commit2e384e286e5ec2f884ceab9a360f90f544554066 (patch)
tree44e1defd7efd7f8f09d446992685d167ec546e5f /lskat
parent4ffd16a310c74db19a5ba0c297234470f01cd7b3 (diff)
downloadtdegames-2e384e286e5ec2f884ceab9a360f90f544554066.tar.gz
tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'lskat')
-rw-r--r--lskat/lskat/lskat.h6
-rw-r--r--lskat/lskat/lskatdoc.h2
-rw-r--r--lskat/lskat/main.cpp2
3 files changed, 5 insertions, 5 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);
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())
{