--- a/src/DIF/RMT/RMTQMonitorBase.cc
+++ b/src/DIF/RMT/RMTQMonitorBase.cc
@@ -27,7 +27,7 @@
     disp.setTagArg("t", 0, getClassName());
 
     rmtAllocator = check_and_cast<RMTModuleAllocator*>
-        (getModuleByPath("^.rmtModuleAllocator"));
+        (getModuleByPath("^.allocator"));
 
     schedPolicy = check_and_cast<RMTSchedulingBase*>
         (getModuleByPath("^.schedulingPolicy"));