diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:29 -0600 |
commit | 9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8 (patch) | |
tree | 84a51a95f768711c288a5d47db27c4eab7ac0937 /extra/kde314/tdetoolbarbutton.h | |
parent | 2d00595867197e5b5563d85e871a59a77a23f70f (diff) | |
download | pytde-9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8.tar.gz pytde-9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde314/tdetoolbarbutton.h')
-rw-r--r-- | extra/kde314/tdetoolbarbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde314/tdetoolbarbutton.h b/extra/kde314/tdetoolbarbutton.h index 7dd41f8..bea5bbe 100644 --- a/extra/kde314/tdetoolbarbutton.h +++ b/extra/kde314/tdetoolbarbutton.h @@ -20,7 +20,7 @@ Boston, MA 02110-1301, USA. */ -// $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $ +// $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $ #ifndef _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H @@ -305,7 +305,7 @@ private: /** * List of @ref TDEToolBarButton objects. * @internal -* @version $Id: ktoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $ +* @version $Id: tdetoolbarbutton.h,v 1.26 2002/09/28 15:16:22 tjansen Exp $ */ class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton> { |