summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:01:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:01:25 -0600
commit55a8cf1a391985f156641c202616f6524f7e005b (patch)
tree1b62db594767ea016df35e957b4ee59eb52503af /src/mainwindow.h
parent0e5bdd6a8bd27439624c8b4e9a3cf748ddc3e37a (diff)
downloadtellico-55a8cf1a391985f156641c202616f6524f7e005b.tar.gz
tellico-55a8cf1a391985f156641c202616f6524f7e005b.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 9736e9e..a9b2ba4 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -65,7 +65,7 @@ namespace Tellico {
* for main window handling and supports full session management as well as
* using KActions.
* @see KMainWindow
- * @see KApplication
+ * @see TDEApplication
* @see KConfig
*
* @author Robby Stephenson
@@ -334,7 +334,7 @@ private:
/**
* 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.
+ * filename provided by TDEApplication.
* @see KMainWindow::saveProperties
*
* @param cfg The config class with the properties to restore