diff --git a/doc/man/kmplayer.1 b/doc/man/kmplayer.1 index b762e9f..7f398f8 100644 --- a/doc/man/kmplayer.1 +++ b/doc/man/kmplayer.1 @@ -38,7 +38,7 @@ shortcut configure window. * Lots of configurable shortcuts. Highly recommended for the VDR keys (if you have VDR) and volume increase/decrease. .SH OPTIONS -All TDE and Qt +All TDE and TQt programs accept a some common command-line options. KMPlayer has no application-specific options. .PP @@ -46,8 +46,8 @@ application-specific options. \*(T<\fB\-\-help\fR\*(T> Show help about options .TP -\*(T<\fB\-\-help\-qt\fR\*(T> -Show Qt specific options +\*(T<\fB\-\-help\-tqt\fR\*(T> +Show TQt specific options .TP \*(T<\fB\-\-help\-tde\fR\*(T> Show TDE specific options diff --git a/src/kmplayerapp.cpp b/src/kmplayerapp.cpp index 7d7abe8..00bcf66 100644 --- a/src/kmplayerapp.cpp +++ b/src/kmplayerapp.cpp @@ -19,7 +19,7 @@ #include -// include files for QT +// include files for TQt #include #include #include