diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:50:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-02 19:55:45 +0900 |
commit | 4a0b53006c9400470122fb11ccdcf131e93fd4cc (patch) | |
tree | e2634b0c14732ad8abd2c2f9c4f64cc60ae1a4b7 /iso | |
parent | c3898db6dca2fe7ed754d126367a70f0a12d5717 (diff) | |
download | krusader-4a0b53006c9400470122fb11ccdcf131e93fd4cc.tar.gz krusader-4a0b53006c9400470122fb11ccdcf131e93fd4cc.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'iso')
-rw-r--r-- | iso/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iso/Makefile.am b/iso/Makefile.am index 9af94cf..a0e73b5 100644 --- a/iso/Makefile.am +++ b/iso/Makefile.am @@ -50,8 +50,8 @@ 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. # make messages.po. Move this one to ../po/ and "make merge" in po |