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 /src | |
| parent | 861ae27a46c4bb5d5c67feb6d8bbb4a37961b9cd (diff) | |
| download | kmplayer-3a8356c8299e7726f7fe7bf5716ce08b19312e27.tar.gz kmplayer-3a8356c8299e7726f7fe7bf5716ce08b19312e27.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
| -rw-r--r-- | src/kmplayerapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
