X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5252c12db4929886dbe502013e0a1fee6500f568..b5cc2a6924cfd8f59611d3cec2edbb00a08b4ff1:/src/pixmapviewer.cpp diff --git a/src/pixmapviewer.cpp b/src/pixmapviewer.cpp index 575f3eda1..ae739cf43 100644 --- a/src/pixmapviewer.cpp +++ b/src/pixmapviewer.cpp @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #include "pixmapviewer.h" @@ -30,8 +30,8 @@ PixmapViewer::PixmapViewer(QWidget* parent) : QWidget(parent) { - setMinimumWidth(KIcon::SizeEnormous); - setMinimumWidth(KIcon::SizeEnormous); + setMinimumWidth(K3Icon::SizeEnormous); + setMinimumWidth(K3Icon::SizeEnormous); } PixmapViewer::~PixmapViewer()