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:20:39 +0900 |
commit | 4696b2df35486f0db2f840409cf264e7f5d996a5 (patch) | |
tree | 19d57a8566e3e34160e0d00358d496f0a640db78 | |
parent | e7e90ba36dd103b8e2d04ffe8b7306b86e7a2ab5 (diff) | |
download | kstreamripper-4696b2df35486f0db2f840409cf264e7f5d996a5.tar.gz kstreamripper-4696b2df35486f0db2f840409cf264e7f5d996a5.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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" |