summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/kexiactions/kexiaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/kexiactions/kexiaction.h')
-rw-r--r--kexi/plugins/macros/kexiactions/kexiaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/kexiactions/kexiaction.h b/kexi/plugins/macros/kexiactions/kexiaction.h
index a61e2bc1..7474a269 100644
--- a/kexi/plugins/macros/kexiactions/kexiaction.h
+++ b/kexi/plugins/macros/kexiactions/kexiaction.h
@@ -51,7 +51,7 @@ namespace KexiMacro {
* name will be used to identify the action.
* @param text The i18n-caption text used for display purposes.
*/
- KexiAction(const QString& name, const QString& text);
+ KexiAction(const TQString& name, const TQString& text);
/**
* Destructor.