From 7b8f73cc9ad7f78f8c80867919d93c0ccffe56bc Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 17 Aug 2006 08:47:20 +0000 Subject: [PATCH] get rid of QT3_SUPPORT and some cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14727 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSelection.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiSelection.C b/src/frontends/qt4/GuiSelection.C index bcade1bd61..2844296d33 100644 --- a/src/frontends/qt4/GuiSelection.C +++ b/src/frontends/qt4/GuiSelection.C @@ -46,7 +46,7 @@ void GuiSelection::haveSelection(bool own) string const GuiSelection::get() const { QString const str = qApp->clipboard()->text(QClipboard::Selection); - lyxerr[Debug::ACTION] << "GuiSelection::get: " << (const char*) str + lyxerr[Debug::ACTION] << "GuiSelection::get: " << fromqstr(str) << endl; if (str.isNull()) return string();