commit 76f3d342ae3357713a61565025cfe9ef31eb357f Author: Eike Hein Date: Fri Oct 1 01:04:33 2010 +0200 Drop workaround for cursor bug. QTBUG-6185 has been fixed and the fix should hopefully appear in 4.7.1, plus distros (e.g. Fedora) have begun backporting it to their 4.7.0 packages. diff --git a/src/viewer/ircinput.cpp b/src/viewer/ircinput.cpp index a282e63..05653a8 100644 --- a/src/viewer/ircinput.cpp +++ b/src/viewer/ircinput.cpp @@ -501,9 +501,6 @@ bool IRCInput::checkPaste(QString& text) QString bytesString = i18np("1 byte", "%1 bytes", text.length()); QString linesString = i18np("1 line", "%1 lines", lines+1); - // Work around bug 217592. - viewport()->setCursor(Qt::IBeamCursor); - doPaste=KMessageBox::warningYesNoCancel (this, i18nc(