diff options
Diffstat (limited to 'kexi/core/kexiviewbase.h')
| -rw-r--r-- | kexi/core/kexiviewbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexiviewbase.h b/kexi/core/kexiviewbase.h index b09841575..adca7622d 100644 --- a/kexi/core/kexiviewbase.h +++ b/kexi/core/kexiviewbase.h @@ -97,7 +97,7 @@ class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy \return shared action with name \a action_name for this view. If there's no such action declared in Kexi Part (part()), global shared action is returned (if exists). */ - virtual KAction* sharedAction( const char *action_name ); + virtual TDEAction* sharedAction( const char *action_name ); /*! Enables or disables shared action declared in Kexi Part (part()). If there's no such action, global shared action is enabled or disabled (if exists). */ |
