diff options
Diffstat (limited to 'kexi/plugins/macros/kexipart/keximacroerror.h')
-rw-r--r-- | kexi/plugins/macros/kexipart/keximacroerror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/kexipart/keximacroerror.h b/kexi/plugins/macros/kexipart/keximacroerror.h index f8fb5756..b3bfcad8 100644 --- a/kexi/plugins/macros/kexipart/keximacroerror.h +++ b/kexi/plugins/macros/kexipart/keximacroerror.h @@ -60,7 +60,7 @@ class KexiMacroError : public KexiMacroErrorBase * @param mainwin The parent @a KexiMainWindow instance. * @param context The @a KoMacro::Context where the error happened. */ - KexiMacroError(KexiMainWindow* mainwin, KSharedPtr<KoMacro::Context> context); + KexiMacroError(KexiMainWindow* mainwin, TDESharedPtr<KoMacro::Context> context); /** * Destructor. |