summaryrefslogtreecommitdiffstats
path: root/tdecore/kdcoppropertyproxy.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-01 18:44:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-07 23:44:40 +0900
commitaaaf378033f889408155a902349c676429b85254 (patch)
tree2adaae48af3e2f3a5f7be528880efcf06c9f1202 /tdecore/kdcoppropertyproxy.cpp
parentbf683427937ea0cfd90749b833456377de6ffa10 (diff)
downloadtdelibs-aaaf378033f889408155a902349c676429b85254.tar.gz
tdelibs-aaaf378033f889408155a902349c676429b85254.zip
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/kdcoppropertyproxy.cpp')
-rw-r--r--tdecore/kdcoppropertyproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kdcoppropertyproxy.cpp b/tdecore/kdcoppropertyproxy.cpp
index 663644b50..714e445bc 100644
--- a/tdecore/kdcoppropertyproxy.cpp
+++ b/tdecore/kdcoppropertyproxy.cpp
@@ -194,7 +194,7 @@ bool KDCOPPropertyProxy::processPropertyRequest( const TQCString &fun, const TQB
break;
typedef TQValueList<TQVariant> ListType;
- typedef TQMap<TQString,TQVariant> MapType;
+ typedef TQStringVariantMap MapType;
switch ( type )
{