From a598ff6bd3a45959a23df992801ffadc9c29ad9b Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 18 Jul 2002 01:23:12 +0000 Subject: [PATCH] remove spurious std:: git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4698 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/QLImage.C | 8 ++++---- src/frontends/qt2/TODO | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/frontends/qt2/QLImage.C b/src/frontends/qt2/QLImage.C index 0050d66af6..6b2b78124a 100644 --- a/src/frontends/qt2/QLImage.C +++ b/src/frontends/qt2/QLImage.C @@ -60,7 +60,7 @@ Image::FormatList QLImage::loadableFormats() QStrListIterator it(qt_formats); for (; it.current(); ++it) { - lyxerr[Debug::GRAPHICS] << it.current() << std::endl; + lyxerr[Debug::GRAPHICS] << it.current() << endl; string ext = lowercase(it.current()); @@ -84,7 +84,7 @@ Image::FormatList QLImage::loadableFormats() lyxerr[Debug::GRAPHICS] << ", "; lyxerr[Debug::GRAPHICS] << *fit; } - lyxerr[Debug::GRAPHICS] << '\n' << std::endl; + lyxerr[Debug::GRAPHICS] << '\n' << endl; return fmts; } @@ -129,14 +129,14 @@ void QLImage::load(string const & filename) { if (!pixmap_.isNull()) { lyxerr[Debug::GRAPHICS] - << "Image is loaded already!" << std::endl; + << "Image is loaded already!" << endl; finishedLoading(false); return; } if (!pixmap_.load(filename.c_str())) { lyxerr[Debug::GRAPHICS] - << "Unable to open image" << std::endl; + << "Unable to open image" << endl; finishedLoading(false); return; } diff --git a/src/frontends/qt2/TODO b/src/frontends/qt2/TODO index e103dff334..614897804b 100644 --- a/src/frontends/qt2/TODO +++ b/src/frontends/qt2/TODO @@ -93,10 +93,6 @@ QMiniBuffer - implement as a QStatusBar and a separate QToolbar containing a QComboBox (*) - make the necessary GUII API changes for this to work (*) -QParagraph - - - implement me (MVCed already) (*) [Edwin is working on this] - QPreferences - implement me (*) -- 2.39.2