From cc0e8357c998d4382e770986cd931e0a3e5a4d9a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:16:08 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- kopete/protocols/irc/ircprotocol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/protocols/irc') 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() ) ); -- cgit v1.2.3