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/kexidb/preparedstatement.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/kexidb/preparedstatement.h') diff --git a/kexi/kexidb/preparedstatement.h b/kexi/kexidb/preparedstatement.h index 463c3c44..fa8e58a6 100644 --- a/kexi/kexidb/preparedstatement.h +++ b/kexi/kexidb/preparedstatement.h @@ -70,10 +70,10 @@ class FieldList; Depending on database backend, you can avoid escaping BLOBs. See KexiFormView::storeData() for example use. */ -class KEXI_DB_EXPORT PreparedStatement : public KShared +class KEXI_DB_EXPORT PreparedStatement : public TDEShared { public: - typedef KSharedPtr Ptr; + typedef TDESharedPtr Ptr; //! Defines type of the prepared statement. enum StatementType { -- cgit v1.2.1