]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/pixmapviewer.cpp
Dolphin is now a KUniqueApplication. A lot of thanks go to Oscar Blumberg, who submit...
[dolphin.git] / src / pixmapviewer.cpp
index 575f3eda112b0652417c62627144b960161a4208..ae739cf43447e5d7b673a8129625e68f833d3f56 100644 (file)
@@ -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()