summaryrefslogtreecommitdiffstats
path: root/kfax/kfax.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 /kfax/kfax.h
parentcd6d514066c22206c388eddbb7fbec32648dbaeb (diff)
downloadtdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz
tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kfax/kfax.h')
-rw-r--r--kfax/kfax.h16
1 files changed, 8 insertions, 8 deletions
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;