summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameView.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:02:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:02:43 -0600
commitaea627236e4de24599c3e30617cf264c3c1b7d40 (patch)
tree467e13ca5a7eb0ab292259289ecc3572f53c5eae /kword/KWFrameView.h
parent786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff)
downloadkoffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz
koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kword/KWFrameView.h')
-rw-r--r--kword/KWFrameView.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kword/KWFrameView.h b/kword/KWFrameView.h
index c7017bf7..8fb0b31c 100644
--- a/kword/KWFrameView.h
+++ b/kword/KWFrameView.h
@@ -26,8 +26,8 @@ class KWView;
class KWViewMode;
class KoZoomHandler;
class KoPoint;
-class KActionSeparator;
-class KAction;
+class TDEActionSeparator;
+class TDEAction;
class TQPopupMenu;
/**
@@ -66,10 +66,10 @@ protected:
* @param view the parent view widget
* @param actionList the list of actions where the floating action should be added to
*/
- void addFloatingAction(KWView *view, TQPtrList<KAction> &actionList);
+ void addFloatingAction(KWView *view, TQPtrList<TDEAction> &actionList);
KWFrameView *m_view;
- KActionSeparator *m_separator;
+ TDEActionSeparator *m_separator;
friend class KWFrameView; // so it can call mouseMeaningOnBorder which assumes some stuff
};