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-23 19:19:53 +0900
commitfd970c2d40133f623c2878de5d4dee567d8fa296 (patch)
treef4f124d8bd434a96781667135dec0640582ee1a8
parent724f6ae895e590578657691d5ca3c9b7e8dd4c5e (diff)
downloadkooldock-master.tar.gz
kooldock-master.zip
Replace Qt with TQtHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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>