summaryrefslogtreecommitdiffstats
path: root/kuickshow/src/imagewindow.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 /kuickshow/src/imagewindow.h
parentcd6d514066c22206c388eddbb7fbec32648dbaeb (diff)
downloadtdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz
tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kuickshow/src/imagewindow.h')
-rw-r--r--kuickshow/src/imagewindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kuickshow/src/imagewindow.h b/kuickshow/src/imagewindow.h
index 54dd5fb6..bf5427a8 100644
--- a/kuickshow/src/imagewindow.h
+++ b/kuickshow/src/imagewindow.h
@@ -57,7 +57,7 @@ public:
void updateActions();
- KActionCollection * actionCollection() const { return m_actions; }
+ TDEActionCollection * actionCollection() const { return m_actions; }
/**
* Resizes image to @p w, @p h, but takes into account the workarea, so
@@ -100,7 +100,7 @@ protected:
void init();
void centerImage();
- void addAlternativeShortcut( KAction *action, int key );
+ void addAlternativeShortcut( TDEAction *action, int key );
virtual void updateGeometry( int imWidth, int imHeight );
virtual void loaded( KuickImage * );
virtual bool canZoomTo( int newWidth, int newHeight );
@@ -168,7 +168,7 @@ private:
int m_numHeads;
TQString m_saveDirectory;
- KActionCollection *m_actions;
+ TDEActionCollection *m_actions;
static TQCursor * s_handCursor;
};