diff --git a/kmyfirewall/genericinterface/kmfgenericinterface.cpp b/kmyfirewall/genericinterface/kmfgenericinterface.cpp index 7d339c7..9c68f61 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterface.cpp +++ b/kmyfirewall/genericinterface/kmfgenericinterface.cpp @@ -222,7 +222,7 @@ void KMFGenericInterface::loadIcons() { icon_name = "pipe"; icon_icmp_page = loader->loadIcon( icon_name, TDEIcon::Desktop ); - icon_name = "log"; + icon_name = "text-x-log"; icon_logging_page = loader->loadIcon( icon_name, TDEIcon::Desktop ); icon_name = "network_local"; diff --git a/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp b/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp index 00aab1e..2d72826 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp +++ b/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp @@ -80,7 +80,7 @@ KMFGenericInterfacePart::KMFGenericInterfacePart( TQWidget *parentWidget, const m_actionGoNATConfiguration = new TDEAction( i18n( "&NAT Configuration" ), TQIconSet( BarIcon( "document-save-as", KMFGenericInterfacePartFactory::instance() ) ), 0 , this, TQT_SLOT( slotGoNATConfiguration() ), actionCollection(), "nat_configuration" ); - m_actionGoLogging = new TDEAction( i18n( "&Logging" ), TQIconSet( BarIcon( "log", KMFGenericInterfacePartFactory::instance() ) ), + m_actionGoLogging = new TDEAction( i18n( "&Logging" ), TQIconSet( BarIcon( "text-x-log", KMFGenericInterfacePartFactory::instance() ) ), 0 , this, TQT_SLOT( slotGoLogging() ), actionCollection(), "logging_options" );