summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/kexipart/keximacroview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/kexipart/keximacroview.cpp')
-rw-r--r--kexi/plugins/macros/kexipart/keximacroview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/plugins/macros/kexipart/keximacroview.cpp b/kexi/plugins/macros/kexipart/keximacroview.cpp
index 19e789f0..f0e7ea0b 100644
--- a/kexi/plugins/macros/kexipart/keximacroview.cpp
+++ b/kexi/plugins/macros/kexipart/keximacroview.cpp
@@ -47,7 +47,7 @@ class KexiMacroView::Private
* The \a KoMacro::Manager instance used to access the
* Macro Framework.
*/
- KSharedPtr<KoMacro::Macro> macro;
+ TDESharedPtr<KoMacro::Macro> macro;
/**
* Constructor.
@@ -76,7 +76,7 @@ KexiMacroView::~KexiMacroView()
delete d;
}
-KSharedPtr<KoMacro::Macro> KexiMacroView::macro() const
+TDESharedPtr<KoMacro::Macro> KexiMacroView::macro() const
{
return d->macro;
}
@@ -161,7 +161,7 @@ tristate KexiMacroView::storeData(bool /*dontAsk*/)
void KexiMacroView::execute(TQObject* sender)
{
- KSharedPtr<KoMacro::Context> context = d->macro->execute(sender);
+ TDESharedPtr<KoMacro::Context> context = d->macro->execute(sender);
if(context->hadException()) {
KexiMacroError* error = new KexiMacroError(
mainWin(), // The parent KexiMainWindow