From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kfind/kfindpart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfind/kfindpart.h') diff --git a/kfind/kfindpart.h b/kfind/kfindpart.h index 19bdb73be..b2a8156c5 100644 --- a/kfind/kfindpart.h +++ b/kfind/kfindpart.h @@ -28,7 +28,7 @@ #include class KQuery; -class KAboutData; +class TDEAboutData; //added class KonqPropsView; class KAction; @@ -48,7 +48,7 @@ public: TQObject *parent, const char *name, const TQStringList & /*args*/ ); virtual ~KFindPart(); - static KAboutData *createAboutData(); + static TDEAboutData *createAboutData(); virtual bool doOpenURL( const KURL &url ); virtual bool doCloseURL() { return true; } -- cgit v1.2.3