Adjusted to use new TQStringVariantMap type.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 5 years ago
parent 349b1b7dab
commit 912741617c

@ -95,7 +95,7 @@ public:
}; };
Action action; Action action;
TQMap<TQString,TQVariant> map; TQStringVariantMap map;
}; };
class CameraEvent : public TQCustomEvent class CameraEvent : public TQCustomEvent
@ -131,7 +131,7 @@ public:
bool result; bool result;
TQString msg; TQString msg;
TQMap<TQString,TQVariant> map; TQStringVariantMap map;
}; };
class CameraControllerPriv class CameraControllerPriv

Loading…
Cancel
Save