summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/ipteditor
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/ipteditor')
-rw-r--r--kmyfirewall/ipteditor/Makefile.am2
-rw-r--r--kmyfirewall/ipteditor/kmfchainedit.cpp2
-rw-r--r--kmyfirewall/ipteditor/kmfipteditorpart.cpp2
-rw-r--r--kmyfirewall/ipteditor/kmfnewchaindlg.cpp2
-rw-r--r--kmyfirewall/ipteditor/kmfruleedit.cpp2
-rw-r--r--kmyfirewall/ipteditor/kmfruleedit.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/kmyfirewall/ipteditor/Makefile.am b/kmyfirewall/ipteditor/Makefile.am
index 6f8db12..23305c1 100644
--- a/kmyfirewall/ipteditor/Makefile.am
+++ b/kmyfirewall/ipteditor/Makefile.am
@@ -1,4 +1,4 @@
-# set the include path for X, qt and KDE
+# set the include path for X, TQt and TDE
INCLUDES = $(all_includes) -I../kmfwidgets -I../core
METASOURCES = AUTO
diff --git a/kmyfirewall/ipteditor/kmfchainedit.cpp b/kmyfirewall/ipteditor/kmfchainedit.cpp
index 100537e..449d643 100644
--- a/kmyfirewall/ipteditor/kmfchainedit.cpp
+++ b/kmyfirewall/ipteditor/kmfchainedit.cpp
@@ -16,7 +16,7 @@
#include "kmfchainedit.moc"
-//QT includes
+//TQt includes
#include <tqcheckbox.h>
#include <tqcombobox.h>
#include <tqframe.h>
diff --git a/kmyfirewall/ipteditor/kmfipteditorpart.cpp b/kmyfirewall/ipteditor/kmfipteditorpart.cpp
index b1df56d..9df38b3 100644
--- a/kmyfirewall/ipteditor/kmfipteditorpart.cpp
+++ b/kmyfirewall/ipteditor/kmfipteditorpart.cpp
@@ -13,7 +13,7 @@ Author: Christian Hubinger <chubinger@irrsinnig.org>, (C) 2001
#include "kmfipteditorpart.h"
-// QT includes
+// TQt includes
#include <tqfile.h>
#include <tqtextstream.h>
#include <tqmultilineedit.h>
diff --git a/kmyfirewall/ipteditor/kmfnewchaindlg.cpp b/kmyfirewall/ipteditor/kmfnewchaindlg.cpp
index cd896e1..d14ecb1 100644
--- a/kmyfirewall/ipteditor/kmfnewchaindlg.cpp
+++ b/kmyfirewall/ipteditor/kmfnewchaindlg.cpp
@@ -15,7 +15,7 @@
#include "kmfnewchaindlg.h"
-// qt includes
+// TQt includes
#include <tqstring.h>
#include <tqradiobutton.h>
#include <tqlineedit.h>
diff --git a/kmyfirewall/ipteditor/kmfruleedit.cpp b/kmyfirewall/ipteditor/kmfruleedit.cpp
index 47b7054..fee9aa5 100644
--- a/kmyfirewall/ipteditor/kmfruleedit.cpp
+++ b/kmyfirewall/ipteditor/kmfruleedit.cpp
@@ -30,7 +30,7 @@ email : chubinger@irrsinnig.org
#include <tdeparts/plugin.h>
#include <tdeparts/factory.h>
-//QT includes
+//TQt includes
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqheader.h>
diff --git a/kmyfirewall/ipteditor/kmfruleedit.h b/kmyfirewall/ipteditor/kmfruleedit.h
index 5ed663a..58c1fbd 100644
--- a/kmyfirewall/ipteditor/kmfruleedit.h
+++ b/kmyfirewall/ipteditor/kmfruleedit.h
@@ -17,7 +17,7 @@
#define KMFRULEEDIT_H
#include "kmyfirewallruleeditor.h"
-// qt includes
+// TQt includes
#include <tqvariant.h>
#include <tqdialog.h>
#include <tqpixmap.h>