diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-23 19:19:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-24 19:05:05 +0900 |
commit | 3c6a3e0eca3d84b1c5945d44110bcca27cd9e4d9 (patch) | |
tree | f4f124d8bd434a96781667135dec0640582ee1a8 | |
parent | 9284b0c1bb17f90f2348990ea13456944b6e732a (diff) | |
download | kooldock-3c6a3e0eca3d84b1c5945d44110bcca27cd9e4d9.tar.gz kooldock-3c6a3e0eca3d84b1c5945d44110bcca27cd9e4d9.zip |
Replace Qt with TQtr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fd970c2d40133f623c2878de5d4dee567d8fa296)
-rw-r--r-- | src/setupdialogprg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setupdialogprg.h b/src/setupdialogprg.h index 5fcf9f7..9e5bffc 100644 --- a/src/setupdialogprg.h +++ b/src/setupdialogprg.h @@ -15,7 +15,7 @@ #include "setupdialog.h" #include "apppropprg.h" -// QT includes +// TQt includes #include <tqcolor.h> #include <tqstring.h> #include <tqcheckbox.h> @@ -27,7 +27,7 @@ #include <tqpushbutton.h> #include <tqradiobutton.h> -// KDE includes +// TDE includes #include <tdefontcombo.h> #include <kcolorcombo.h> #include <ktextedit.h> |