diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kpdf/core/generator.h | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kpdf/core/generator.h')
-rw-r--r-- | kpdf/core/generator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/core/generator.h b/kpdf/core/generator.h index a3c1f985..5ed6aa73 100644 --- a/kpdf/core/generator.h +++ b/kpdf/core/generator.h @@ -14,7 +14,7 @@ #include <tqvaluevector.h> #include <tqstring.h> #include "core/document.h" -class KListView; +class TDEListView; class KPrinter; class KPDFPage; class KPDFLink; @@ -64,7 +64,7 @@ class Generator : public TQObject virtual bool hasFonts() const = 0; // font related - virtual void putFontInfo(KListView *list) = 0; + virtual void putFontInfo(TDEListView *list) = 0; // print document using already configured kprinter virtual bool print( KPrinter& /*printer*/ ) { return false; } |