summaryrefslogtreecommitdiffstats
path: root/kabc/vcardformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcardformat.h')
-rw-r--r--kabc/vcardformat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kabc/vcardformat.h b/kabc/vcardformat.h
index 6d90c4836..8194056cb 100644
--- a/kabc/vcardformat.h
+++ b/kabc/vcardformat.h
@@ -20,7 +20,7 @@
#ifndef KABC_VCARDFORMAT_H
#define KABC_VCARDFORMAT_H
-#include <qstring.h>
+#include <tqstring.h>
#include "format.h"
@@ -37,8 +37,8 @@ class KABC_EXPORT_DEPRECATED VCardFormat : public Format {
VCardFormat();
virtual ~VCardFormat();
- bool load( AddressBook *, const QString &fileName );
- bool save( AddressBook *, const QString &fileName );
+ bool load( AddressBook *, const TQString &fileName );
+ bool save( AddressBook *, const TQString &fileName );
private:
VCardFormatImpl *mImpl;