From f71394031a5e1c3b315081a98000f242b461ca8c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:18:35 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kpdf/part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpdf/part.h') diff --git a/kpdf/part.h b/kpdf/part.h index a561326a..eec74710 100644 --- a/kpdf/part.h +++ b/kpdf/part.h @@ -33,7 +33,7 @@ class KConfig; class KDirWatch; class KToggleAction; class KSelectAction; -class KAboutData; +class TDEAboutData; class KPrinter; class ThumbnailList; @@ -73,7 +73,7 @@ public: uint observerId() const { return PART_ID; } void notifyViewportChanged( bool smoothMove ); - static KAboutData* createAboutData(); + static TDEAboutData* createAboutData(); ASYNC goToPage(uint page); ASYNC openDocument(KURL doc); -- cgit v1.2.1