From 3a8356c8299e7726f7fe7bf5716ce08b19312e27 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Feb 2024 12:35:55 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- doc/man/kmplayer.1 | 6 +++--- src/kmplayerapp.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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