summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-23 19:19:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-24 19:05:05 +0900
commit3c6a3e0eca3d84b1c5945d44110bcca27cd9e4d9 (patch)
treef4f124d8bd434a96781667135dec0640582ee1a8
parent9284b0c1bb17f90f2348990ea13456944b6e732a (diff)
downloadkooldock-r14.1.x.tar.gz
kooldock-r14.1.x.zip
Replace Qt with TQtr14.1.2r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fd970c2d40133f623c2878de5d4dee567d8fa296)
-rw-r--r--src/setupdialogprg.h4
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>