summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/Enum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/Enum.cpp')
-rw-r--r--kabc/vcard/Enum.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/Enum.cpp b/kabc/vcard/Enum.cpp
index 3ed4a67c5..4d8d167a0 100644
--- a/kabc/vcard/Enum.cpp
+++ b/kabc/vcard/Enum.cpp
@@ -21,7 +21,7 @@
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <qcstring.h>
+#include <tqcstring.h>
#include <ctype.h>
#include <VCardEnum.h>
@@ -236,7 +236,7 @@ VCARD::EntityTypeToParamName(EntityType e)
}
EntityType
-VCARD::EntityNameToEntityType(const QCString & s)
+VCARD::EntityNameToEntityType(const TQCString & s)
{
if (s.isEmpty()) return EntityUnknown;