summaryrefslogtreecommitdiffstats
path: root/src/pixmapviewer.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:01:06 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:01:06 -0600
commit8773bce422c47cf1bd4049d82952c93e7bdb029d (patch)
treebb559831f6514727d944233fb41da9a2e8c6f00d /src/pixmapviewer.cpp
parent32932d14f9b794773c7eb4deb33777248065a37c (diff)
downloaddolphin-8773bce422c47cf1bd4049d82952c93e7bdb029d.tar.gz
dolphin-8773bce422c47cf1bd4049d82952c93e7bdb029d.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/pixmapviewer.cpp')
-rw-r--r--src/pixmapviewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pixmapviewer.cpp b/src/pixmapviewer.cpp
index 941b558..fcf5078 100644
--- a/src/pixmapviewer.cpp
+++ b/src/pixmapviewer.cpp
@@ -27,8 +27,8 @@
PixmapViewer::PixmapViewer(TQWidget* parent) :
TQWidget(parent)
{
- setMinimumWidth(KIcon::SizeEnormous);
- setMinimumWidth(KIcon::SizeEnormous);
+ setMinimumWidth(TDEIcon::SizeEnormous);
+ setMinimumWidth(TDEIcon::SizeEnormous);
}
PixmapViewer::~PixmapViewer()