diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:59:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:59:02 -0600 |
commit | 5920e96087707ba892650898521dac63152274f9 (patch) | |
tree | f8c9eba82d742338798e31b9edb7d90aa9c55ce9 /src/gvimagepart/gvimagepart.h | |
parent | 50ccc22eb9b1f32c842956f0207baaf7da8f0f6f (diff) | |
download | gwenview-5920e96087707ba892650898521dac63152274f9.tar.gz gwenview-5920e96087707ba892650898521dac63152274f9.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/gvimagepart/gvimagepart.h')
-rw-r--r-- | src/gvimagepart/gvimagepart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gvimagepart/gvimagepart.h b/src/gvimagepart/gvimagepart.h index 53c02dd..2fd6961 100644 --- a/src/gvimagepart/gvimagepart.h +++ b/src/gvimagepart/gvimagepart.h @@ -28,7 +28,7 @@ class TQFile; class TQPoint; class TDEAboutData; -class KAction; +class TDEAction; class KDirLister; class KFileItem; @@ -152,8 +152,8 @@ private: // for the next/previous actions KDirLister* mDirLister; - KAction* mNextImage; - KAction* mPreviousImage; + TDEAction* mNextImage; + TDEAction* mPreviousImage; // alphabetically sorted filenames of images in the picture's directory TQStringList mImagesInDirectory; |