diff options
author | Michele Calgaro <[email protected]> | 2024-03-26 12:50:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-02 20:19:13 +0900 |
commit | e7e91987710bf65a145ff3b032fd75709f9a9ba6 (patch) | |
tree | 753d626b2b6223e9f7ec5042dd0cd8889f461f69 /iso/Makefile.am | |
parent | e1978ff467e22df5c5d5c0a51384246c55391190 (diff) | |
download | krusader-e7e91987710bf65a145ff3b032fd75709f9a9ba6.tar.gz krusader-e7e91987710bf65a145ff3b032fd75709f9a9ba6.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4a0b53006c9400470122fb11ccdcf131e93fd4cc)
Diffstat (limited to 'iso/Makefile.am')
-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 |