From dd844d7919e7f0f95c010378e7af1434ea904fff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:05 -0600 Subject: Rename additional global TQt functions --- kdeaccounts-plugin/kdeaccountsformat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdeaccounts-plugin') diff --git a/kdeaccounts-plugin/kdeaccountsformat.h b/kdeaccounts-plugin/kdeaccountsformat.h index 3e12d30d..db132fef 100644 --- a/kdeaccounts-plugin/kdeaccountsformat.h +++ b/kdeaccounts-plugin/kdeaccountsformat.h @@ -27,16 +27,16 @@ public: virtual bool load( KABC::Addressee&, TQFile *) { - qDebug("*** KDE Accounts format: load single entry not supported."); + tqDebug("*** KDE Accounts format: load single entry not supported."); return false; } virtual void save( const KABC::Addressee&, TQFile *) { - qDebug("*** KDE Accounts format: save not supported."); + tqDebug("*** KDE Accounts format: save not supported."); } virtual void saveAll( KABC::AddressBook *, KABC::Resource *, TQFile *) { - qDebug("*** KDE Accounts format: save not supported."); + tqDebug("*** KDE Accounts format: save not supported."); } virtual bool checkFormat( TQFile *file ) const { -- cgit v1.2.1