diff options
Diffstat (limited to 'tdeabc/tests/bigread.cpp')
-rw-r--r-- | tdeabc/tests/bigread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/tests/bigread.cpp b/tdeabc/tests/bigread.cpp index a2c9da070..3303f8645 100644 --- a/tdeabc/tests/bigread.cpp +++ b/tdeabc/tests/bigread.cpp @@ -24,7 +24,7 @@ int main(int argc,char **argv) AddressBook ab; - ResourceFile r( "my.kabc", "vcard2" ); + ResourceFile r( "my.tdeabc", "vcard2" ); ab.addResource( &r ); #if 0 |