summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/kmfwidgets/kmfhostwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-15 12:42:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-17 20:07:53 +0900
commit53fde0832b7578910c13581431d1ca31efed5698 (patch)
tree73ea9dd5a08ae4aee9cee174d517331864990073 /kmyfirewall/kmfwidgets/kmfhostwidget.cpp
parent6913f86b9fc8b35611ec95d85258f55d4fc29f70 (diff)
downloadkmyfirewall-53fde0832b7578910c13581431d1ca31efed5698.tar.gz
kmyfirewall-53fde0832b7578910c13581431d1ca31efed5698.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 679b0b183c46b5e65887e0ae1fed11f37a54cd3c)
Diffstat (limited to 'kmyfirewall/kmfwidgets/kmfhostwidget.cpp')
-rw-r--r--kmyfirewall/kmfwidgets/kmfhostwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/kmfwidgets/kmfhostwidget.cpp b/kmyfirewall/kmfwidgets/kmfhostwidget.cpp
index 54a9bf4..44c54e4 100644
--- a/kmyfirewall/kmfwidgets/kmfhostwidget.cpp
+++ b/kmyfirewall/kmfwidgets/kmfhostwidget.cpp
@@ -105,7 +105,7 @@ void KMFHostWidget::InitGUI() {
kdDebug() << "Couldn't load plugin: " << ptr->name() << endl;
}
- if ( KMFCompilerInterface *compiler = dynamic_cast<KMFCompilerInterface*> ( factory->create( TQT_TQOBJECT(this) , "KMFCompilerInterface") ) ) {
+ if ( KMFCompilerInterface *compiler = dynamic_cast<KMFCompilerInterface*> ( factory->create( this , "KMFCompilerInterface") ) ) {
m_cb_os->insertItem( compiler->osGUIName() );
}
}