diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 21:45:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 21:45:20 -0500 |
commit | 7c7b317942da0a203cfd000ab53cd0f2891316de (patch) | |
tree | fdad7383ec498a7a56808e193227fee08590ff8c /libtdepim | |
parent | 8d323d590c780918828ae37788be66f7063eda67 (diff) | |
download | tdepim-7c7b317942da0a203cfd000ab53cd0f2891316de.tar.gz tdepim-7c7b317942da0a203cfd000ab53cd0f2891316de.zip |
Bring previous and next icons into XDG compliance
Diffstat (limited to 'libtdepim')
-rw-r--r-- | libtdepim/addresseeselector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/addresseeselector.cpp b/libtdepim/addresseeselector.cpp index 2234b9a75..77f2be029 100644 --- a/libtdepim/addresseeselector.cpp +++ b/libtdepim/addresseeselector.cpp @@ -288,8 +288,8 @@ void AddresseeSelector::initGUI() int row = 1; - TQIconSet moveSet = TDEGlobal::iconLoader()->loadIconSet( "next", TDEIcon::Small ); - TQIconSet removeSet = TDEGlobal::iconLoader()->loadIconSet( "previous", TDEIcon::Small ); + TQIconSet moveSet = TDEGlobal::iconLoader()->loadIconSet( "go-next", TDEIcon::Small ); + TQIconSet removeSet = TDEGlobal::iconLoader()->loadIconSet( "go-previous", TDEIcon::Small ); uint count = mSelection->fieldCount(); for ( uint i = 0; i < count; ++i, ++row ) { |