09.10.2012, 01:23, "Charley Bay" <charleyb123 at gmail.com>: > Does the "MyLocalSocketOrTcpSocket" class seem stupid, or should I > just use "QTcpSocket" all the time? You can create your socket-enabled class as template taking either QTcpSocket or QLocalSocket, since APIs are mostly the same. -- Regards, Konstantin