diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-24 12:35:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-24 12:35:55 +0900 |
commit | 3a8356c8299e7726f7fe7bf5716ce08b19312e27 (patch) | |
tree | 8e5f0bdc0f8ae855f014ac2016aedfdf58667669 | |
parent | 861ae27a46c4bb5d5c67feb6d8bbb4a37961b9cd (diff) | |
download | kmplayer-3a8356c8299e7726f7fe7bf5716ce08b19312e27.tar.gz kmplayer-3a8356c8299e7726f7fe7bf5716ce08b19312e27.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/man/kmplayer.1 | 6 | ||||
-rw-r--r-- | 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 <unistd.h> -// include files for QT +// include files for TQt #include <tqdatastream.h> #include <tqregexp.h> #include <tqiodevice.h> |