summaryrefslogtreecommitdiffstats
path: root/kpdf/ui/pageview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/ui/pageview.h')
-rw-r--r--kpdf/ui/pageview.h4
1 files changed, 2 insertions, 2 deletions
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();