From 92ac6833a97641f981e900805d1997f9a2192147 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:18:33 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kverbos/kverbos/kverbos.h | 4 ++-- kverbos/kverbos/kverbosdoc.h | 2 +- kverbos/kverbos/main.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kverbos') diff --git a/kverbos/kverbos/kverbos.h b/kverbos/kverbos/kverbos.h index 45414d28..9b92f056 100644 --- a/kverbos/kverbos/kverbos.h +++ b/kverbos/kverbos/kverbos.h @@ -48,7 +48,7 @@ class KFeederControl; * KVerbosApp 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. @@ -113,7 +113,7 @@ class KVerbosApp : 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); diff --git a/kverbos/kverbos/kverbosdoc.h b/kverbos/kverbos/kverbosdoc.h index 7d1fca3a..f4087933 100644 --- a/kverbos/kverbos/kverbosdoc.h +++ b/kverbos/kverbos/kverbosdoc.h @@ -41,7 +41,7 @@ class KVerbosUser; * * The KVerbosDoc class provides a document object that can be used in conjunction with * the classes KVerbosApp and KVerbosView to create a document-view model for standard KDE - * applications based on KApplication and KMainWindow. Thereby, the document object + * applications based on TDEApplication and KMainWindow. Thereby, the document object * is created by the KVerbosApp instance and contains the document structure with the * according methods for manipulation of the document data by KVerbosView objects. Also, * KVerbosDoc contains the methods for serialization of the document data from and to files. diff --git a/kverbos/kverbos/main.cpp b/kverbos/kverbos/main.cpp index fd82b647..91dd6c71 100644 --- a/kverbos/kverbos/main.cpp +++ b/kverbos/kverbos/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; if (app.isRestored()) { -- cgit v1.2.1