From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- kio/bookmarks/dptrtemplate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/bookmarks') 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; - qAddPostRoutine( cleanup_d_ptr ); + tqAddPostRoutine( cleanup_d_ptr ); } PrivateData* ret = d_ptr->find( (void*) instance ); if ( ! ret ) { -- cgit v1.2.1