diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:20:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:58:54 +0900 |
commit | 6ef29b4947e091ad08b5413491b765ca5ed5bc05 (patch) | |
tree | 6a1900848bb18ed364e01854f0a70383a21a4daf /src | |
parent | 775a2efb5b3560ffde98ab34088bed2a9c2c1aa7 (diff) | |
download | kstreamripper-6ef29b4947e091ad08b5413491b765ca5ed5bc05.tar.gz kstreamripper-6ef29b4947e091ad08b5413491b765ca5ed5bc05.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4696b2df35486f0db2f840409cf264e7f5d996a5)
Diffstat (limited to 'src')
-rw-r--r-- | src/kstreamripper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kstreamripper.cpp b/src/kstreamripper.cpp index 344a099..4e4142b 100644 --- a/src/kstreamripper.cpp +++ b/src/kstreamripper.cpp @@ -41,7 +41,7 @@ #include <tdemessagebox.h> #include <kstandarddirs.h> #include <tdeversion.h> -#include <ntqpopupmenu.h> +#include <tqpopupmenu.h> #include "kstreamripper.h" #include "streampropertiesdlg.h" |