summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/kactionselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/commonui/kactionselector.h')
-rw-r--r--kbabel/commonui/kactionselector.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kbabel/commonui/kactionselector.h b/kbabel/commonui/kactionselector.h
index 3a13303b..eaa1ab72 100644
--- a/kbabel/commonui/kactionselector.h
+++ b/kbabel/commonui/kactionselector.h
@@ -1,5 +1,5 @@
/***************************************************************************
- KActionSelector.h
+ TDEActionSelector.h
A widget for selecting and arranging actions/objects
-------------------
begin : Mon June 3 2002
@@ -38,7 +38,7 @@ class TQKeyEvent;
class TQEvent;
class TQIconSet;
-class KActionSelectorPrivate;
+class TDEActionSelectorPrivate;
/**
@short A widget for selecting and arranging actions/objects
@@ -84,7 +84,7 @@ class KActionSelectorPrivate;
@author Anders Lund <anders@alweb.dk>
*/
-class KActionSelector : public TQWidget {
+class TDEActionSelector : public TQWidget {
Q_OBJECT
TQ_ENUMS( ButtonIconSize InsertionPolicy )
@@ -98,8 +98,8 @@ class KActionSelector : public TQWidget {
TQ_PROPERTY( bool showUpDownButtons READ showUpDownButtons WRITE setShowUpDownButtons )
public:
- KActionSelector( TQWidget *parent=0, const char *name=0 );
- ~KActionSelector();
+ TDEActionSelector( TQWidget *parent=0, const char *name=0 );
+ ~TDEActionSelector();
/**
@return The TQListBox holding the available actions
@@ -405,7 +405,7 @@ private:
/** @private
Private data storage
*/
- KActionSelectorPrivate *d;
+ TDEActionSelectorPrivate *d;
};
#endif // _KACTION_SELECTOR_H_