diff options
Diffstat (limited to 'lib/kross/api/eventaction.h')
-rw-r--r-- | lib/kross/api/eventaction.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kross/api/eventaction.h b/lib/kross/api/eventaction.h index 8f09c116..659240fa 100644 --- a/lib/kross/api/eventaction.h +++ b/lib/kross/api/eventaction.h @@ -20,8 +20,8 @@ #ifndef KROSS_API_EVENTACTION_H #define KROSS_API_EVENTACTION_H -#include <qstring.h> -//#include <qobject.h> +#include <tqstring.h> +//#include <tqobject.h> #include <kaction.h> #include <ksharedptr.h> @@ -50,7 +50,7 @@ namespace Kross { namespace Api { /** * Constructor. */ - EventAction(const QString& name, KAction* action); + EventAction(const TQString& name, KAction* action); /** * Destructor. @@ -58,10 +58,10 @@ namespace Kross { namespace Api { virtual ~EventAction(); /// \see Kross::Api::Object::getClassName() - virtual const QString getClassName() const; + virtual const TQString getClassName() const; /// \see Kross::Api::Event::call() - //virtual Object::Ptr call(const QString& name, KSharedPtr<List> arguments); + //virtual Object::Ptr call(const TQString& name, KSharedPtr<List> arguments); private: KAction* m_action; |