summaryrefslogtreecommitdiffstats
path: root/lib/kross/api/qtobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/api/qtobject.h')
-rw-r--r--lib/kross/api/qtobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/qtobject.h b/lib/kross/api/qtobject.h
index 119a579e5..22829f027 100644
--- a/lib/kross/api/qtobject.h
+++ b/lib/kross/api/qtobject.h
@@ -49,7 +49,7 @@ namespace Kross { namespace Api {
/**
* Shared pointer to implement reference-counting.
*/
- typedef KSharedPtr<QtObject> Ptr;
+ typedef TDESharedPtr<QtObject> Ptr;
/**
* Constructor.