From f7055674768fa7f0267da4a14b9061e60ebab3fc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:15:51 -0600 Subject: Rename KShared --- kexi/plugins/scripting/kexidb/kexidbconnection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/plugins/scripting/kexidb/kexidbconnection.h') diff --git a/kexi/plugins/scripting/kexidb/kexidbconnection.h b/kexi/plugins/scripting/kexidb/kexidbconnection.h index 925a6e8e..846f2b2c 100644 --- a/kexi/plugins/scripting/kexidb/kexidbconnection.h +++ b/kexi/plugins/scripting/kexidb/kexidbconnection.h @@ -180,8 +180,8 @@ namespace Kross { namespace KexiDB { ::KexiDB::Connection* connection() const; ::KexiDB::Connection* m_connection; - KSharedPtr m_connectiondata; - KSharedPtr m_driver; + TDESharedPtr m_connectiondata; + TDESharedPtr m_driver; /// Initialize the class instance. void initialize(); -- cgit v1.2.1