diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-21 16:39:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-21 16:39:19 +0900 |
commit | 74d8c8748645a87a5824ed38f424798563598cfc (patch) | |
tree | a1037c0453f260af90c343af49001ca4036ac4a3 /pics | |
parent | 4458afc0190eebdc41a14ec4e6576f3d344bca10 (diff) | |
download | kmyfirewall-74d8c8748645a87a5824ed38f424798563598cfc.tar.gz kmyfirewall-74d8c8748645a87a5824ed38f424798563598cfc.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'pics')
-rw-r--r-- | pics/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pics/Makefile.am b/pics/Makefile.am index 7055be0..1f3410a 100644 --- a/pics/Makefile.am +++ b/pics/Makefile.am @@ -126,6 +126,6 @@ uninstall-local: # kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. # kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. # kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). +# kde_styledir Where TQt/TDE widget styles should go to. +# kde_designerdir Where TQt Designer plugins should go to. |