summaryrefslogtreecommitdiffstats
path: root/kpdf/core/document.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
commit65eca7929c22f0f0bc64135c02d85d1243df376c (patch)
tree5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kpdf/core/document.h
parentcd6d514066c22206c388eddbb7fbec32648dbaeb (diff)
downloadtdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz
tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kpdf/core/document.h')
-rw-r--r--kpdf/core/document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/core/document.h b/kpdf/core/document.h
index d4d44f9a..a0529261 100644
--- a/kpdf/core/document.h
+++ b/kpdf/core/document.h
@@ -26,7 +26,7 @@ class DocumentInfo;
class DocumentSynopsis;
class Generator;
class PixmapRequest;
-class KListView;
+class TDEListView;
class KPrinter;
class KURL;
@@ -85,7 +85,7 @@ class KPDFDocument : public TQObject
TQString getMetaData( const TQString & key, const TQString & option = TQString() ) const;
bool supportsSearching() const;
bool hasFonts() const;
- void putFontInfo(KListView *list);
+ void putFontInfo(TDEListView *list);
// perform actions on document / pages
void setViewportPage( int page, int excludeId = -1, bool smoothMove = false );