Isn't this statement invalid:

queueADT<int> newQueue;

shouldn't it be:

queueType<int> newQueue;

*note: ADT stands for Abstract Data Type

I don't think that putting ADT would be proper and also wrong where Type should be instead?
Does anyone know what I am talking about, or correct me? Thanks.