From 5920e96087707ba892650898521dac63152274f9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:59:02 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/gvimagepart/gvimagepart.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gvimagepart/gvimagepart.h') 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; -- cgit v1.2.1