diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
commit | d1e0cc99a202cef3306b90b8839a6726e89f201e (patch) | |
tree | a0d01a91644fd94aa6da5d8944e052b67461faad /tdeui/tdemainwindow.h | |
parent | 3e3559f2d4f4c4ffa3caa0374928c8a12be29bf3 (diff) | |
download | tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.tar.gz tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/tdemainwindow.h')
-rw-r--r-- | tdeui/tdemainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/tdemainwindow.h b/tdeui/tdemainwindow.h index 9ad7dedc6..d5343f574 100644 --- a/tdeui/tdemainwindow.h +++ b/tdeui/tdemainwindow.h @@ -26,7 +26,7 @@ #include "kxmlguibuilder.h" #include <tqmainwindow.h> #include <tqmetaobject.h> -#include <ktoolbar.h> +#include <tdetoolbar.h> class TDEPopupMenu; class KXMLGUIFactory; @@ -379,7 +379,7 @@ public: * * If there is no status bar yet, one will be created. * - * Note that tooltips for kactions in actionCollection() are not + * Note that tooltips for tdeactions in actionCollection() are not * automatically connected to this statusBar. * See the TDEActionCollection documentation for more details. * @@ -541,7 +541,7 @@ public: * know when that status (hidden/shown) of the statusbar has changed. * For example: * connect(action, TQT_SIGNAL(activated()), - * kmainwindow, TQT_SLOT(setSettingsDirty())); + * tdemainwindow, TQT_SLOT(setSettingsDirty())); * Otherwise the status (hidden/show) of the statusbar might not be saved * by TDEMainWindow. * @since 3.2 |