diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:17:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:17:29 -0600 |
commit | 9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8 (patch) | |
tree | 84a51a95f768711c288a5d47db27c4eab7ac0937 /extra/kde303/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/kde303/tdetoolbarbutton.h')
-rw-r--r-- | extra/kde303/tdetoolbarbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde303/tdetoolbarbutton.h b/extra/kde303/tdetoolbarbutton.h index 990504c..4ac8947 100644 --- a/extra/kde303/tdetoolbarbutton.h +++ b/extra/kde303/tdetoolbarbutton.h @@ -20,7 +20,7 @@ Boston, MA 02110-1301, USA. */ -// $Id: ktoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $ +// $Id: tdetoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $ #ifndef _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H @@ -301,7 +301,7 @@ private: /** * List of @ref TDEToolBarButton objects. * @internal -* @version $Id: ktoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $ +* @version $Id: tdetoolbarbutton.h,v 1.21.2.2 2002/05/26 13:09:06 carewolf Exp $ */ class TDEToolBarButtonList : public TQIntDict<TDEToolBarButton> { |