summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bpushbutton.h')
-rw-r--r--libk3b/tools/k3bpushbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bpushbutton.h b/libk3b/tools/k3bpushbutton.h
index dc130f3..13a8fec 100644
--- a/libk3b/tools/k3bpushbutton.h
+++ b/libk3b/tools/k3bpushbutton.h
@@ -21,7 +21,7 @@
#include "k3b_export.h"
/**
- * A pushbutton with delayed popu pmenu support just like the KToolBarButton
+ * A pushbutton with delayed popu pmenu support just like the TDEToolBarButton
*/
class LIBK3B_EXPORT K3bPushButton : public KPushButton
{
@@ -58,7 +58,7 @@ class LIBK3B_EXPORT K3bPushButton : public KPushButton
/**
* The popup menu will show if the button is pressed down for about half a second
- * or if the mouse is moved while pressed just like the KToolBarButton.
+ * or if the mouse is moved while pressed just like the TDEToolBarButton.
*/
void setDelayedPopupMenu( TQPopupMenu* );