summaryrefslogtreecommitdiffstats
path: root/kpdf/ui/pageview.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/ui/pageview.h
parentcd6d514066c22206c388eddbb7fbec32648dbaeb (diff)
downloadtdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz
tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip
Rename a number of classes to enhance compatibility with KDE4
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();