From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kpdf/core/document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpdf/core/document.cpp') diff --git a/kpdf/core/document.cpp b/kpdf/core/document.cpp index c3c24a3d..8b1a2184 100644 --- a/kpdf/core/document.cpp +++ b/kpdf/core/document.cpp @@ -430,7 +430,7 @@ bool KPDFDocument::hasFonts() const return generator ? generator->hasFonts() : false; } -void KPDFDocument::putFontInfo(KListView *list) +void KPDFDocument::putFontInfo(TDEListView *list) { if (generator) generator->putFontInfo(list); } -- cgit v1.2.1