diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:25:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:25:07 -0600 |
commit | f7307c95135a3c1589799c6877d314a02a2260c1 (patch) | |
tree | 2defa5a196f5d9558af96b30258cbcb7969b1a93 /klinkstatus/src/klinkstatus.cpp | |
parent | ca1ec6eeaaf5744fae891a5b0696591bbaece795 (diff) | |
download | tdewebdev-f7307c95135a3c1589799c6877d314a02a2260c1.tar.gz tdewebdev-f7307c95135a3c1589799c6877d314a02a2260c1.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'klinkstatus/src/klinkstatus.cpp')
-rw-r--r-- | klinkstatus/src/klinkstatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klinkstatus/src/klinkstatus.cpp b/klinkstatus/src/klinkstatus.cpp index 8c5da395..ec6c9c37 100644 --- a/klinkstatus/src/klinkstatus.cpp +++ b/klinkstatus/src/klinkstatus.cpp @@ -112,7 +112,7 @@ void KLinkStatus::setupActions() register it with staticKLSConfigDeleter due to the lack of static deleter administration. The easiest solution is to call close() on the mainwindow instead of - KApplication::quit()*/ + TDEApplication::quit()*/ KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection()); //m_toolbarAction = KStdAction::showToolbar(this, TQT_SLOT(optionsShowToolbar()), actionCollection()); |