From e8f365173e37780bc769530f21a4c23818cd6379 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- 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 b745ca29..a561326a 100644 --- a/kpdf/part.h +++ b/kpdf/part.h @@ -59,7 +59,7 @@ class BrowserExtension; class Part : public KParts::ReadOnlyPart, public DocumentObserver, virtual public kpdf_dcop { Q_OBJECT - TQ_OBJECT + public: // Default constructor @@ -197,7 +197,7 @@ private: class BrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: BrowserExtension(Part*); -- cgit v1.2.3