From 9c8d64b5e7f2552116b0dc9c3070dc7529118432 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:51:20 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/gvimagepart/gvimagepart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gvimagepart/gvimagepart.h') diff --git a/src/gvimagepart/gvimagepart.h b/src/gvimagepart/gvimagepart.h index 4a2ca17..0bcc8d1 100644 --- a/src/gvimagepart/gvimagepart.h +++ b/src/gvimagepart/gvimagepart.h @@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. class TQFile; class TQPoint; -class KAboutData; +class TDEAboutData; class KAction; class KDirLister; class KFileItem; @@ -72,7 +72,7 @@ public: /** * Return information about the part */ - static KAboutData* createAboutData(); + static TDEAboutData* createAboutData(); /** * Returns m_file -- cgit v1.2.1