diff options
Diffstat (limited to 'libtdegames/kgame/dialogs')
-rw-r--r-- | libtdegames/kgame/dialogs/kgameconnectdialog.h | 2 | ||||
-rw-r--r-- | libtdegames/kgame/dialogs/kgamedialogconfig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libtdegames/kgame/dialogs/kgameconnectdialog.h b/libtdegames/kgame/dialogs/kgameconnectdialog.h index 0a14183d..efe21886 100644 --- a/libtdegames/kgame/dialogs/kgameconnectdialog.h +++ b/libtdegames/kgame/dialogs/kgameconnectdialog.h @@ -63,7 +63,7 @@ public: /** * Sets DNS-SD service type, both for publishing and browsing - * @param type Service type (something like _kwin4._tcp). + * @param type Service type (something like _twin4._tcp). * It should be unique for application. * @since 3.4 **/ diff --git a/libtdegames/kgame/dialogs/kgamedialogconfig.h b/libtdegames/kgame/dialogs/kgamedialogconfig.h index a7f309ac..c2c36e2a 100644 --- a/libtdegames/kgame/dialogs/kgamedialogconfig.h +++ b/libtdegames/kgame/dialogs/kgamedialogconfig.h @@ -248,7 +248,7 @@ public: * server browser. Without this publishing and discovery of LAN servers will not be enabled. * @param name Game name. Important only for server mode. If not * set hostname will be used. In case of name conflict -2, -3 and so on will be added to name. - * @param type Service type (something like _kwin4._tcp). It should be unique for application. + * @param type Service type (something like _twin4._tcp). It should be unique for application. * @since 3.4 **/ void setDiscoveryInfo(const TQString& type, const TQString& name=TQString()); |