diff options
author | Michele Calgaro <[email protected]> | 2024-02-24 12:35:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-25 11:50:46 +0900 |
commit | 6ffc55cadd61b908c803bfd8ffa431c2933348a8 (patch) | |
tree | fb29e4f637d278ee10655c3288aa4abbdbafbb91 | |
parent | 1f99527a72e8c797114ec9524f22b47b5340d9d8 (diff) | |
download | kmplayer-6ffc55cadd61b908c803bfd8ffa431c2933348a8.tar.gz kmplayer-6ffc55cadd61b908c803bfd8ffa431c2933348a8.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3a8356c8299e7726f7fe7bf5716ce08b19312e27)
-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> |