diff options
Diffstat (limited to 'ksysv/ActionList.h')
-rw-r--r-- | ksysv/ActionList.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ksysv/ActionList.h b/ksysv/ActionList.h index f420b48..5f5a047 100644 --- a/ksysv/ActionList.h +++ b/ksysv/ActionList.h @@ -15,8 +15,8 @@ #ifndef KSV_ACTIONLIST_H #define KSV_ACTIONLIST_H -#include <qptrstack.h> -#include <qobject.h> +#include <tqptrstack.h> +#include <tqobject.h> class KSVData; class KSVDragList; @@ -103,15 +103,15 @@ private: -class ActionList : public QObject, private QPtrStack<KSVAction> +class ActionList : public TQObject, private TQPtrStack<KSVAction> { Q_OBJECT public: - ActionList (QObject* parent, const char* name); + ActionList (TQObject* parent, const char* name); virtual ~ActionList (); - KSVAction* top () const { return QPtrStack<KSVAction>::top(); } + KSVAction* top () const { return TQPtrStack<KSVAction>::top(); } public slots: void undoLast (); |