diff options
Diffstat (limited to 'tdeabc/tests/bigwrite.cpp')
-rw-r--r-- | tdeabc/tests/bigwrite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/tests/bigwrite.cpp b/tdeabc/tests/bigwrite.cpp index ab7fec7cf..61171a906 100644 --- a/tdeabc/tests/bigwrite.cpp +++ b/tdeabc/tests/bigwrite.cpp @@ -20,7 +20,7 @@ int main(int argc,char **argv) TDEApplication app( false, false ); AddressBook ab; - ResourceFile r( "my.kabc", "vcard" ); + ResourceFile r( "my.tdeabc", "vcard" ); ab.addResource( &r ); for( int i = 0; i < 5000; ++i ) { |