Diffstat (limited to 'pwmanager/pwmanager/binentrygen.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pwmanager/pwmanager/binentrygen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pwmanager/pwmanager/binentrygen.h b/pwmanager/pwmanager/binentrygen.h index 49288aa..9263cdc 100644 --- a/pwmanager/pwmanager/binentrygen.h +++ b/pwmanager/pwmanager/binentrygen.h @@ -16,17 +16,17 @@ * * $Id$ **************************************************************************/ #ifndef __BINENTRYGEN_H #define __BINENTRYGEN_H -#include <qcstring.h> +#include <q3cstring.h> #include "pwmdoc.h" /** Binary entry generator. * This generator generates a normal struct PwMDataItem * from binary data (using base64 encoding). * This mechanism is used to support the binary interface functions * of the KWallet emulation, for example. |