get rid of QT3_SUPPORT (not complete) and some cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-08-17 08:56:30 +00:00
parent 6b399ede5d
commit 6240926584

View File

@ -9,6 +9,10 @@
* Full author contact details are available in file CREDITS.
*/
#ifndef QT3_SUPPORT
#define QT3_SUPPORT
#endif
#include <config.h>
#include "QLImage.h"
@ -68,7 +72,7 @@ Image::FormatList QLImage::loadableFormats()
// lyxerr[Debug::GRAPHICS]
// << "D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm is of format: "
// << (const char*) Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm")
// << fromqstr(Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm"))
// << endl;
// if (Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm"))
// lyxerr[Debug::GRAPHICS]