diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:16:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:16:20 -0600 |
commit | 64ced13f94a9695148d38a84ee27e421f91e503a (patch) | |
tree | 88745a8a2c82382d21a5c268a3170e68c00b3835 /atlantik/client/selectserver_widget.cpp | |
parent | 41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 (diff) | |
download | tdegames-64ced13f94a9695148d38a84ee27e421f91e503a.tar.gz tdegames-64ced13f94a9695148d38a84ee27e421f91e503a.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'atlantik/client/selectserver_widget.cpp')
-rw-r--r-- | atlantik/client/selectserver_widget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/selectserver_widget.cpp b/atlantik/client/selectserver_widget.cpp index 7c2fe488..def6beaf 100644 --- a/atlantik/client/selectserver_widget.cpp +++ b/atlantik/client/selectserver_widget.cpp @@ -82,7 +82,7 @@ SelectServer::SelectServer(bool useMonopigatorOnStart, bool hideDevelopmentServe connect(m_refreshButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotRefresh())); // Connect - m_connectButton = new KPushButton(BarIconSet("forward", KIcon::SizeSmall), i18n("Connect"), this); + m_connectButton = new KPushButton(BarIconSet("forward", TDEIcon::SizeSmall), i18n("Connect"), this); m_connectButton->setEnabled(false); buttonBox->addWidget(m_connectButton); @@ -122,7 +122,7 @@ void SelectServer::initMonopigator() void SelectServer::slotMonopigatorAdd(TQString ip, TQString host, TQString port, TQString version, int users) { MonopigatorEntry *item = new MonopigatorEntry(m_serverList, host, TQString::number(9999), version, (users == -1) ? i18n("unknown") : TQString::number(users), port, ip); - item->setPixmap(0, BarIcon("atlantik", KIcon::SizeSmall)); + item->setPixmap(0, BarIcon("atlantik", TDEIcon::SizeSmall)); if ( item->isDev() ) { |