diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:14:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:14:25 -0600 |
commit | b1a161ba3a4e6e5152a20549be63656d0584a218 (patch) | |
tree | 6a8d7343a028794da8f3c56d50000703581cd707 /kpdf | |
parent | c509088a31cffd8e6d25c00a00414025426fc737 (diff) | |
download | tdegraphics-b1a161ba3a4e6e5152a20549be63656d0584a218.tar.gz tdegraphics-b1a161ba3a4e6e5152a20549be63656d0584a218.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'kpdf')
-rw-r--r-- | kpdf/xpdf/xpdf/GlobalParams.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/xpdf/xpdf/GlobalParams.cc b/kpdf/xpdf/xpdf/GlobalParams.cc index 519e81a4..6212f42e 100644 --- a/kpdf/xpdf/xpdf/GlobalParams.cc +++ b/kpdf/xpdf/xpdf/GlobalParams.cc @@ -2088,7 +2088,7 @@ DisplayFontParam *GlobalParams::getDisplayFont(GString *fontName) { FC_SLANT, FcTypeInteger, slant, FC_WEIGHT, FcTypeInteger, weight, FC_WIDTH, FcTypeInteger, width, FC_LANG, FcTypeString, "xx", (char*)0); if (!p) goto fin; - m = XftFontMatch(qt_xdisplay(),qt_xscreen(),p,&res); + m = XftFontMatch(tqt_xdisplay(),tqt_xscreen(),p,&res); if (!m) goto fin; res = FcPatternGetString (m, FC_FILE, 0, &s); if (res != FcResultMatch || !s) goto fin; |