diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:01:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:01:06 -0600 |
commit | 8773bce422c47cf1bd4049d82952c93e7bdb029d (patch) | |
tree | bb559831f6514727d944233fb41da9a2e8c6f00d /src/pixmapviewer.cpp | |
parent | 32932d14f9b794773c7eb4deb33777248065a37c (diff) | |
download | dolphin-8773bce422c47cf1bd4049d82952c93e7bdb029d.tar.gz dolphin-8773bce422c47cf1bd4049d82952c93e7bdb029d.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/pixmapviewer.cpp')
-rw-r--r-- | src/pixmapviewer.cpp | 4 |
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() |