summaryrefslogtreecommitdiffstats
path: root/extra/kde350/ktoolbarbutton.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:40:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:40:24 -0600
commit5f88d03c1ad294b7fcfc3840827b3144fb060ab0 (patch)
treea8f3b537f9f2b4c7c95d61e41d63e45cd48d736e /extra/kde350/ktoolbarbutton.h
parentb3eb7db733f6ad6a905ce127841ea932b184784c (diff)
downloadpytde-5f88d03c1ad294b7fcfc3840827b3144fb060ab0.tar.gz
pytde-5f88d03c1ad294b7fcfc3840827b3144fb060ab0.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'extra/kde350/ktoolbarbutton.h')
-rw-r--r--extra/kde350/ktoolbarbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde350/ktoolbarbutton.h b/extra/kde350/ktoolbarbutton.h
index 7526f02..1c97cb7 100644
--- a/extra/kde350/ktoolbarbutton.h
+++ b/extra/kde350/ktoolbarbutton.h
@@ -41,7 +41,7 @@ class QPainter;
* KToolBar methods instead.
* @internal
*/
-class KDEUI_EXPORT KToolBarButton : public QToolButton
+class TDEUI_EXPORT KToolBarButton : public QToolButton
{
Q_OBJECT
@@ -320,7 +320,7 @@ private:
* @internal
* @version $Id: ktoolbarbutton.h 465272 2005-09-29 09:47:40Z mueller $
*/
-class KDEUI_EXPORT KToolBarButtonList : public QIntDict<KToolBarButton>
+class TDEUI_EXPORT KToolBarButtonList : public QIntDict<KToolBarButton>
{
public:
KToolBarButtonList();