diff options
Diffstat (limited to 'kabc/formatplugin.h')
-rw-r--r-- | kabc/formatplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/formatplugin.h b/kabc/formatplugin.h index 33f4beea0..643a7021e 100644 --- a/kabc/formatplugin.h +++ b/kabc/formatplugin.h @@ -64,7 +64,7 @@ public: virtual void saveAll( AddressBook *, Resource *, TQFile *file ) = 0; /** - * Checks if given file contains the right format + * Checks if given file tqcontains the right format */ virtual bool checkFormat( TQFile *file ) const = 0; }; |