From 8d0ae36e6698088f3715f498154a38174f1d9f76 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 1 Jun 2019 14:30:50 +0900 Subject: Adjusted to use new TQStringVariantMap type. Signed-off-by: Michele Calgaro --- src/app/kipiinterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/app/kipiinterface.cpp b/src/app/kipiinterface.cpp index 73c0453..16265bb 100644 --- a/src/app/kipiinterface.cpp +++ b/src/app/kipiinterface.cpp @@ -102,13 +102,13 @@ public: void setDescription(const TQString&) {} - TQMap attributes() { - return TQMap(); + TQStringVariantMap attributes() { + return TQStringVariantMap(); } void clearAttributes() {} - void addAttributes(const TQMap&) {} + void addAttributes(const TQStringVariantMap&) {} }; const TQRegExp ImageInfo::sExtensionRE("\\.[a-z0-9]+$", false /*caseSensitive*/); -- cgit v1.2.1