diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
commit | dd844d7919e7f0f95c010378e7af1434ea904fff (patch) | |
tree | 50727ca63550e4397ff76e4d039c162e225d59fc /kdeaccounts-plugin | |
parent | 7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff) | |
download | tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip |
Rename additional global TQt functions
Diffstat (limited to 'kdeaccounts-plugin')
-rw-r--r-- | kdeaccounts-plugin/kdeaccountsformat.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |