svn path=/branches/work/kde4/playground/graphics/okular/; revision=546170remotes/origin/old/work/newpageview
parent
507c365be8
commit
fedf49f089
6 changed files with 12 additions and 12 deletions
@ -1,12 +1,12 @@ |
||||
#ifndef _KPDF_INTERPETER_H_ |
||||
#define _KPDF_INTERPETER_H_ |
||||
#include <qpaintdevice.h> |
||||
#include <qgs.h> |
||||
#include <QX11Info> |
||||
|
||||
namespace DPIMod |
||||
{ |
||||
const float X = QPaintDevice::x11AppDpiX()/72.0; |
||||
const float Y = QPaintDevice::x11AppDpiY()/72.0; |
||||
const float X = QX11Info::appDpiX()/72.0; |
||||
const float Y = QX11Info::appDpiY()/72.0; |
||||
} |
||||
|
||||
#endif |
||||
|
||||
Loading…
Reference in new issue