diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:45 -0500 |
commit | 30aafe977dd63a9b8996dd57c5f7cf290ada7f6d (patch) | |
tree | 0c66d00d1f2f3abce914e999eb9332125bcabae1 /kaddressbook/geowidget.cpp | |
parent | 1bc23e19f6184009f8af442b25dc7a387d60cf5d (diff) | |
download | tdepim-30aafe977dd63a9b8996dd57c5f7cf290ada7f6d.tar.gz tdepim-30aafe977dd63a9b8996dd57c5f7cf290ada7f6d.zip |
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
Diffstat (limited to 'kaddressbook/geowidget.cpp')
-rw-r--r-- | kaddressbook/geowidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/geowidget.cpp b/kaddressbook/geowidget.cpp index 2d1275590..8e9726c58 100644 --- a/kaddressbook/geowidget.cpp +++ b/kaddressbook/geowidget.cpp @@ -54,7 +54,7 @@ GeoWidget::GeoWidget( TDEABC::AddressBook *ab, TQWidget *parent, const char *nam topLayout->setSpacing( KDialog::spacingHint() ); label = new TQLabel( this ); - label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "package_network", + label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "applications-internet", TDEIcon::Desktop, TDEIcon::SizeMedium ) ); label->setAlignment( TQt::AlignTop ); topLayout->addMultiCellWidget( label, 0, 3, 0, 0 ); |