diff options
Diffstat (limited to 'proto-udp')
-rw-r--r-- | proto-udp/ftnoir_protocol_ftn.cpp | 2 | ||||
-rw-r--r-- | proto-udp/ftnoir_protocol_ftn.h | 2 | ||||
-rw-r--r-- | proto-udp/lang/nl_NL.ts | 2 | ||||
-rw-r--r-- | proto-udp/lang/ru_RU.ts | 2 | ||||
-rw-r--r-- | proto-udp/lang/stub.ts | 2 | ||||
-rw-r--r-- | proto-udp/lang/zh_CN.ts | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/proto-udp/ftnoir_protocol_ftn.cpp b/proto-udp/ftnoir_protocol_ftn.cpp index 4e846114..4d57140f 100644 --- a/proto-udp/ftnoir_protocol_ftn.cpp +++ b/proto-udp/ftnoir_protocol_ftn.cpp @@ -42,4 +42,4 @@ module_status udp::initialize() return error(tr("Can't bind socket: %1").arg(outSocket.errorString())); } -OPENTRACK_DECLARE_PROTOCOL(udp, FTNControls, udpDll) +OPENTRACK_DECLARE_PROTOCOL(udp, FTNControls, udp_sender_dll) diff --git a/proto-udp/ftnoir_protocol_ftn.h b/proto-udp/ftnoir_protocol_ftn.h index 5fc72d91..dc6e3a6f 100644 --- a/proto-udp/ftnoir_protocol_ftn.h +++ b/proto-udp/ftnoir_protocol_ftn.h @@ -68,7 +68,7 @@ private slots: void doCancel(); }; -class udpDll : public Metadata +class udp_sender_dll : public Metadata { Q_OBJECT diff --git a/proto-udp/lang/nl_NL.ts b/proto-udp/lang/nl_NL.ts index c7228957..d955c98f 100644 --- a/proto-udp/lang/nl_NL.ts +++ b/proto-udp/lang/nl_NL.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> diff --git a/proto-udp/lang/ru_RU.ts b/proto-udp/lang/ru_RU.ts index e03bc701..b1ea5201 100644 --- a/proto-udp/lang/ru_RU.ts +++ b/proto-udp/lang/ru_RU.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> diff --git a/proto-udp/lang/stub.ts b/proto-udp/lang/stub.ts index 1642c9e9..ca1bc409 100644 --- a/proto-udp/lang/stub.ts +++ b/proto-udp/lang/stub.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> diff --git a/proto-udp/lang/zh_CN.ts b/proto-udp/lang/zh_CN.ts index 1642c9e9..ca1bc409 100644 --- a/proto-udp/lang/zh_CN.ts +++ b/proto-udp/lang/zh_CN.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> |