From 5f12b88e2de1496970d74c7b654e8fd9442f3d5c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:00:34 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/note.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/note.cpp') diff --git a/src/note.cpp b/src/note.cpp index 9b94bc9..79d59c8 100644 --- a/src/note.cpp +++ b/src/note.cpp @@ -1972,7 +1972,7 @@ void Note::draw(TQPainter *painter, const TQRect &clipRect) int xIcon = HANDLE_WIDTH + NOTE_MARGIN; for (State::List::Iterator it = m_states.begin(); it != m_states.end(); ++it) { if (!(*it)->emblem().isEmpty()) { - TQPixmap stateEmblem = kapp->iconLoader()->loadIcon((*it)->emblem(), KIcon::NoGroup, 16, KIcon::DefaultState, 0L, false); + TQPixmap stateEmblem = kapp->iconLoader()->loadIcon((*it)->emblem(), TDEIcon::NoGroup, 16, TDEIcon::DefaultState, 0L, false); painter2.drawPixmap(xIcon, yIcon, stateEmblem); xIcon += NOTE_MARGIN + EMBLEM_SIZE; } -- cgit v1.2.1