diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:14:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:14:07 -0600 |
commit | e03a7da5116e226ea67be344741054f87a3d1a17 (patch) | |
tree | ea85fb43b1b273be2c71be67384e2bec356632d4 /kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h | |
parent | 7721ab8bf32f19d9483c16b6957ccbe78326b5e0 (diff) | |
download | kmymoney-e03a7da5116e226ea67be344741054f87a3d1a17.tar.gz kmymoney-e03a7da5116e226ea67be344741054f87a3d1a17.zip |
Rename KShared
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h')
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h index 5689e73..5ab597e 100644 --- a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h +++ b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h @@ -100,7 +100,7 @@ public: /** * This method is used to get a SQL reader for subsequent database access */ - KSharedPtr <MyMoneyStorageSql> connectToDatabase (const KURL& url); + TDESharedPtr <MyMoneyStorageSql> connectToDatabase (const KURL& url); /** * This method is used when a database file is open, and the data is to * be saved in a different file or format. It will ensure that all data |