diff options
Diffstat (limited to 'kdeaccounts-plugin/kdeaccountsformat.h')
-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 { |