diff options
Diffstat (limited to 'kopete/protocols/irc/ircprotocol.cpp')
-rw-r--r-- | kopete/protocols/irc/ircprotocol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/irc/ircprotocol.cpp b/kopete/protocols/irc/ircprotocol.cpp index 2c35d737..f5723c02 100644 --- a/kopete/protocols/irc/ircprotocol.cpp +++ b/kopete/protocols/irc/ircprotocol.cpp @@ -771,8 +771,8 @@ void IRCProtocol::editNetworks( const TQString &networkName ) { netConf = new NetworkConfig( Kopete::UI::Global::mainWidget(), "network_config", true ); netConf->host->setValidator( new TQRegExpValidator( TQString::fromLatin1("^[\\w-\\.]*$"), TQT_TQOBJECT(netConf) ) ); - netConf->upButton->setIconSet( SmallIconSet( "up" ) ); - netConf->downButton->setIconSet( SmallIconSet( "down" ) ); + netConf->upButton->setIconSet( SmallIconSet( "go-up" ) ); + netConf->downButton->setIconSet( SmallIconSet( "go-down" ) ); connect( netConf->networkList, TQT_SIGNAL( selectionChanged() ), this, TQT_SLOT( slotUpdateNetworkConfig() ) ); connect( netConf->hostList, TQT_SIGNAL( selectionChanged() ), this, TQT_SLOT( slotUpdateNetworkHostConfig() ) ); |