summaryrefslogtreecommitdiffstats
path: root/kabc/formatplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/formatplugin.h')
-rw-r--r--kabc/formatplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/formatplugin.h b/kabc/formatplugin.h
index 643a7021e..33f4beea0 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 tqcontains the right format
+ * Checks if given file contains the right format
*/
virtual bool checkFormat( TQFile *file ) const = 0;
};