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/ui/pageview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpdf/ui/pageview.h') diff --git a/kpdf/ui/pageview.h b/kpdf/ui/pageview.h index 76c9607c..901ec9e6 100644 --- a/kpdf/ui/pageview.h +++ b/kpdf/ui/pageview.h @@ -24,7 +24,7 @@ #include "core/observer.h" class KURL; -class KActionCollection; +class TDEActionCollection; class KPDFDocument; class PageViewItem; @@ -53,7 +53,7 @@ class PageView : public TQScrollView, public DocumentObserver enum MouseMode { MouseNormal, MouseZoom, MouseSelect, MouseEdit }; // create actions that interact with this widget - void setupActions( KActionCollection * collection ); + void setupActions( TDEActionCollection * collection ); // used from RMB menu bool canFitPageWidth(); -- cgit v1.2.3