diff options
Diffstat (limited to 'tdeabc/stdaddressbook.cpp')
-rw-r--r-- | tdeabc/stdaddressbook.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tdeabc/stdaddressbook.cpp b/tdeabc/stdaddressbook.cpp index 73343d8a9..d834215c3 100644 --- a/tdeabc/stdaddressbook.cpp +++ b/tdeabc/stdaddressbook.cpp @@ -103,15 +103,15 @@ void StdAddressBook::init( bool asynchronous ) error( TQString( "Unable to open resource '%1'!" ).arg( (*it)->resourceName() ) ); continue; } - connect( *it, TQT_SIGNAL( loadingFinished( Resource* ) ), - this, TQT_SLOT( resourceLoadingFinished( Resource* ) ) ); - connect( *it, TQT_SIGNAL( savingFinished( Resource* ) ), - this, TQT_SLOT( resourceSavingFinished( Resource* ) ) ); - - connect( *it, TQT_SIGNAL( loadingError( Resource*, const TQString& ) ), - this, TQT_SLOT( resourceLoadingError( Resource*, const TQString& ) ) ); - connect( *it, TQT_SIGNAL( savingError( Resource*, const TQString& ) ), - this, TQT_SLOT( resourceSavingError( Resource*, const TQString& ) ) ); + connect( *it, TQ_SIGNAL( loadingFinished( Resource* ) ), + this, TQ_SLOT( resourceLoadingFinished( Resource* ) ) ); + connect( *it, TQ_SIGNAL( savingFinished( Resource* ) ), + this, TQ_SLOT( resourceSavingFinished( Resource* ) ) ); + + connect( *it, TQ_SIGNAL( loadingError( Resource*, const TQString& ) ), + this, TQ_SLOT( resourceLoadingError( Resource*, const TQString& ) ) ); + connect( *it, TQ_SIGNAL( savingError( Resource*, const TQString& ) ), + this, TQ_SLOT( resourceSavingError( Resource*, const TQString& ) ) ); } Resource *res = standardResource(); |