summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 15:22:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 15:22:25 +0900
commit3ae7bcdf00154b0c0a84d78fde19ce46ad353347 (patch)
treebe6168a455a144be64fe135b6dc805405955bdb1
parent9a207f53e3fb4c2764c6297c8fa160b58c5240bc (diff)
downloadkmyfirewall-3ae7bcdf00154b0c0a84d78fde19ce46ad353347.tar.gz
kmyfirewall-3ae7bcdf00154b0c0a84d78fde19ce46ad353347.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kmyfirewall/kmfconfigdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/kmfconfigdialog.cpp b/kmyfirewall/kmfconfigdialog.cpp
index 07d4c11..4fa0701 100644
--- a/kmyfirewall/kmfconfigdialog.cpp
+++ b/kmyfirewall/kmfconfigdialog.cpp
@@ -176,7 +176,7 @@ void KMFConfigDialog::setupGeneral() {
m_cb_show_selInterface = new TQCheckBox( i18n( "Show interface selection dialog at startup" ), page );
m_cb_show_selInterface->setChecked( KMFConfig::showSelInterface() );
- TQGroupBox* gb_generic = new TQGroupBox( 2, Qt::Vertical, i18n("Generic Interface"), page, "gb_generic" );
+ TQGroupBox* gb_generic = new TQGroupBox( 2, TQt::Vertical, i18n("Generic Interface"), page, "gb_generic" );
/*TQLabel *text1 = */new TQLabel( i18n( "<qt>By using the Generic Interface the creation of rulesets is much easier but it is not as flexible as the Normal Interface.</qt>" ), gb_generic );
m_cb_generic_interface = new TQCheckBox( i18n( "Use the Generic Interface" ), gb_generic );
m_cb_generic_interface->setChecked( KMFConfig::useGenericInterface() );