summaryrefslogtreecommitdiffstats
path: root/kabc/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/format.h')
-rw-r--r--kabc/format.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kabc/format.h b/kabc/format.h
index 7c6abfb6c..b7df6c539 100644
--- a/kabc/format.h
+++ b/kabc/format.h
@@ -20,7 +20,7 @@
#ifndef KABC_FORMAT_H
#define KABC_FORMAT_H
-#include <qstring.h>
+#include <tqstring.h>
#include <kdelibs_export.h>
@@ -37,11 +37,11 @@ class KABC_EXPORT_DEPRECATED Format
/**
Load addressbook from file.
*/
- virtual bool load( AddressBook *, const QString &fileName ) = 0;
+ virtual bool load( AddressBook *, const TQString &fileName ) = 0;
/**
Save addressbook to file.
*/
- virtual bool save( AddressBook *, const QString &fileName ) = 0;
+ virtual bool save( AddressBook *, const TQString &fileName ) = 0;
};
}