diff options
Diffstat (limited to 'kexi/plugins/forms/kexiformeventhandler.h')
| -rw-r--r-- | kexi/plugins/forms/kexiformeventhandler.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/kexi/plugins/forms/kexiformeventhandler.h b/kexi/plugins/forms/kexiformeventhandler.h index 69b9a20cf..d7063b19b 100644 --- a/kexi/plugins/forms/kexiformeventhandler.h +++ b/kexi/plugins/forms/kexiformeventhandler.h @@ -21,7 +21,7 @@  #define KEXIFORMEVENTHANDLER_H  #include <tqwidget.h> -#include <kaction.h> +#include <tdeaction.h>  class KexiMainWindow;  namespace KexiPart { @@ -65,19 +65,19 @@ class KEXIFORMUTILS_EXPORT KexiFormEventAction : public TDEAction  				/*! Decodes action string into action type/action argument parts.  				 Action string has to be in a form of "actiontype:actionarg" -				 - Action type is passed to \a actionType on success. Action type can be "kaction" +				 - Action type is passed to \a actionType on success. Action type can be "tdeaction"  					or any of the part names (see KexiPart::Info::objectName()), e.g. "table", "query", etc. -				 - Action argument can be an action name in case of "kaction" type or object name  +				 - Action argument can be an action name in case of "tdeaction" type or object name   					in case of action of type "table", "query", etc.  				 \a ok is set to true on success and to false on failure. On failure no other  				 values are passed.  -				 \return part info if action type is "table", "query", etc., or 0 for "kaction" type. */ +				 \return part info if action type is "table", "query", etc., or 0 for "tdeaction" type. */  				KexiPart::Info* decodeString(TQString& actionType, TQString& actionArg, bool& ok) const;  				//! \return true if the action is empty  				bool isEmpty() const; -				TQString string; //!< action string with prefix, like "kaction:edit_copy" or "table:<tableName>" +				TQString string; //!< action string with prefix, like "tdeaction:edit_copy" or "table:<tableName>"  				TQString option; //!< option used when name is "table/query/etc.:\<objectName\>" is set;  				                //!< can be set to "open", "design", "editText", etc.   | 
