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-23 19:19:53 +0900 |
commit | fd970c2d40133f623c2878de5d4dee567d8fa296 (patch) | |
tree | f4f124d8bd434a96781667135dec0640582ee1a8 | |
parent | 724f6ae895e590578657691d5ca3c9b7e8dd4c5e (diff) | |
download | kooldock-fd970c2d40133f623c2878de5d4dee567d8fa296.tar.gz kooldock-fd970c2d40133f623c2878de5d4dee567d8fa296.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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> |