diff options
Diffstat (limited to 'kio/bookmarks/dptrtemplate.h')
-rw-r--r-- | kio/bookmarks/dptrtemplate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/bookmarks/dptrtemplate.h b/kio/bookmarks/dptrtemplate.h index 2a69d6a54..dbc059e7e 100644 --- a/kio/bookmarks/dptrtemplate.h +++ b/kio/bookmarks/dptrtemplate.h @@ -32,7 +32,7 @@ public: if ( !d_ptr ) { cleanup_d_ptr(); d_ptr = new TQPtrDict<PrivateData>; - qAddPostRoutine( cleanup_d_ptr ); + tqAddPostRoutine( cleanup_d_ptr ); } PrivateData* ret = d_ptr->find( (void*) instance ); if ( ! ret ) { |