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 --- kfax/kfax.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kfax/kfax.h') diff --git a/kfax/kfax.h b/kfax/kfax.h index 1b1d2449..2627cff1 100644 --- a/kfax/kfax.h +++ b/kfax/kfax.h @@ -38,20 +38,20 @@ class TQPopupMenu; class TDEConfig; class KStatusBar; -class KAction; -class KRecentFilesAction; +class TDEAction; +class TDERecentFilesAction; class KPrinter; class TQPainter; class TQScrollBar; -typedef KToolBar::BarPosition BarPosition; +typedef TDEToolBar::BarPosition BarPosition; class MyApp:public TDEApplication { public: virtual bool x11EventFilter( XEvent * ); }; -class TopLevel : public KMainWindow +class TopLevel : public TDEMainWindow { Q_OBJECT @@ -105,10 +105,10 @@ private: KURL fileURL; KStatusBar *statusbar; - KRecentFilesAction *actRecent; - KAction *actAdd, *actSave, *actSaveAs, *actPrint; - KAction *actSize, *actZoomIn, *actZoomOut, *actRotate, *actMirror; - KAction *actFlip, *actNext, *actPrev, *actFirst, *actLast; + TDERecentFilesAction *actRecent; + TDEAction *actAdd, *actSave, *actSaveAs, *actPrint; + TDEAction *actSize, *actZoomIn, *actZoomOut, *actRotate, *actMirror; + TDEAction *actFlip, *actNext, *actPrev, *actFirst, *actLast; int open_mode; -- cgit v1.2.3