diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:18:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:18:33 -0600 |
commit | 92ac6833a97641f981e900805d1997f9a2192147 (patch) | |
tree | fe782cb92feb50c398a8d73426bac79a7fb29869 /kverbos | |
parent | 634845c7a257ece46caaf3d46d8e28c8c091cbf4 (diff) | |
download | tdeedu-92ac6833a97641f981e900805d1997f9a2192147.tar.gz tdeedu-92ac6833a97641f981e900805d1997f9a2192147.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kverbos')
-rw-r--r-- | kverbos/kverbos/kverbos.h | 4 | ||||
-rw-r--r-- | kverbos/kverbos/kverbosdoc.h | 2 | ||||
-rw-r--r-- | kverbos/kverbos/main.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
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()) { |