summaryrefslogtreecommitdiffstats
path: root/kabc/resourceselectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/resourceselectdialog.cpp')
-rw-r--r--kabc/resourceselectdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/resourceselectdialog.cpp b/kabc/resourceselectdialog.cpp
index 3d01bfc8e..256125cd2 100644
--- a/kabc/resourceselectdialog.cpp
+++ b/kabc/resourceselectdialog.cpp
@@ -64,7 +64,7 @@ ResourceSelectDialog::ResourceSelectDialog( AddressBook *ab, TQWidget *parent, c
uint counter = 0;
TQPtrList<Resource> list = ab->resources();
for ( uint i = 0; i < list.count(); ++i ) {
- Resource *resource = list.tqat( i );
+ Resource *resource = list.at( i );
if ( resource && !resource->readOnly() ) {
mResourceMap.insert( counter, resource );
mResourceId->insertItem( resource->resourceName() );