summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 09:17:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 09:17:55 +0900
commitcd00c5640f160b5451a363434c991e5e958a1728 (patch)
tree037d0998c26863ae0c08d5b6225fab68cf591cbc /kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp
parent94838659277be582d1694c1483bec4935c9decc2 (diff)
downloadkmyfirewall-cd00c5640f160b5451a363434c991e5e958a1728.tar.gz
kmyfirewall-cd00c5640f160b5451a363434c991e5e958a1728.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp')
-rw-r--r--kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp b/kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp
index 3fbc70e..9fb21ae 100644
--- a/kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp
+++ b/kmyfirewall/compilers/iptables/kmfiptablescompiler.cpp
@@ -187,7 +187,7 @@ void KMFIPTablesCompiler::slotConvertToIPTDoc() {
delete converter;
if ( ! m_iptWidget ) {
- m_iptWidget = new TQTabWidget( 0 , TQTABWIDGET_OBJECT_NAME_STRING );
+ m_iptWidget = new TQTabWidget( 0 , "TQTabWidget" );
m_iptViewFilter = new KMFListView( 0, "view" );
m_iptViewNat = new KMFListView( 0, "view" );
m_iptViewMangle = new KMFListView( 0, "view" );