From 8856e75c203aa69be210b2fee1095ab9761aca7e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:23:08 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- ark/ark_part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ark/ark_part.h') diff --git a/ark/ark_part.h b/ark/ark_part.h index 1fa6166..5dce97c 100644 --- a/ark/ark_part.h +++ b/ark/ark_part.h @@ -32,7 +32,7 @@ #include -class KAboutData; +class TDEAboutData; class KPushButton; class ArkWidget; @@ -94,7 +94,7 @@ public: const char *name, const TQStringList &, bool readWrite ); virtual ~ArkPart(); - static KAboutData* createAboutData(); + static TDEAboutData* createAboutData(); public slots: void fixEnables();//rename to slotFixEnables()... -- cgit v1.2.1