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/statusbarmessagelabel.cpp | |
parent | 32932d14f9b794773c7eb4deb33777248065a37c (diff) | |
download | dolphin-8773bce422c47cf1bd4049d82952c93e7bdb029d.tar.gz dolphin-8773bce422c47cf1bd4049d82952c93e7bdb029d.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/statusbarmessagelabel.cpp')
-rw-r--r-- | src/statusbarmessagelabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarmessagelabel.cpp b/src/statusbarmessagelabel.cpp index 42fbf2f..97035e1 100644 --- a/src/statusbarmessagelabel.cpp +++ b/src/statusbarmessagelabel.cpp @@ -33,7 +33,7 @@ StatusBarMessageLabel::StatusBarMessageLabel(TQWidget* parent) : m_minTextHeight(-1), m_timer(0) { - setMinimumHeight(KIcon::SizeSmall); + setMinimumHeight(TDEIcon::SizeSmall); m_timer = new TQTimer(this); connect(m_timer, TQT_SIGNAL(timeout()), |