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/core/document.h | 2 +- kpdf/part.h | 4 ++-- kpdf/shell/shell.h | 2 +- kpdf/ui/minibar.h | 2 +- kpdf/ui/pageview.h | 2 +- kpdf/ui/presentationwidget.h | 2 +- kpdf/ui/searchwidget.h | 2 +- kpdf/ui/thumbnaillist.h | 2 +- kpdf/ui/toc.h | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) (limited to 'kpdf') diff --git a/kpdf/core/document.h b/kpdf/core/document.h index ee5a8a88..d4d44f9a 100644 --- a/kpdf/core/document.h +++ b/kpdf/core/document.h @@ -50,7 +50,7 @@ class KURL; class KPDFDocument : public TQObject { Q_OBJECT - TQ_OBJECT + public: KPDFDocument( TQWidget *widget ); ~KPDFDocument(); 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*); diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h index d14cfd05..298e1e2b 100644 --- a/kpdf/shell/shell.h +++ b/kpdf/shell/shell.h @@ -36,7 +36,7 @@ namespace KPDF class Shell : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kpdf/ui/minibar.h b/kpdf/ui/minibar.h index f9857ec7..2d4ee4bb 100644 --- a/kpdf/ui/minibar.h +++ b/kpdf/ui/minibar.h @@ -25,7 +25,7 @@ class ProgressWidget; class MiniBar : public TQFrame, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: MiniBar( TQWidget *parent, KPDFDocument * document ); ~MiniBar(); diff --git a/kpdf/ui/pageview.h b/kpdf/ui/pageview.h index cd3425f9..76c9607c 100644 --- a/kpdf/ui/pageview.h +++ b/kpdf/ui/pageview.h @@ -39,7 +39,7 @@ class PageViewTip; class PageView : public TQScrollView, public DocumentObserver { Q_OBJECT - TQ_OBJECT + friend class PageViewTip; diff --git a/kpdf/ui/presentationwidget.h b/kpdf/ui/presentationwidget.h index 000bfeaa..413f4258 100644 --- a/kpdf/ui/presentationwidget.h +++ b/kpdf/ui/presentationwidget.h @@ -35,7 +35,7 @@ class PresentationFrame; class PresentationWidget : public TQDialog, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: PresentationWidget( TQWidget * parent, KPDFDocument * doc ); ~PresentationWidget(); diff --git a/kpdf/ui/searchwidget.h b/kpdf/ui/searchwidget.h index c2d2d1c1..b0be5dc9 100644 --- a/kpdf/ui/searchwidget.h +++ b/kpdf/ui/searchwidget.h @@ -30,7 +30,7 @@ class m_inputDelayTimer; class SearchWidget : public KToolBar { Q_OBJECT - TQ_OBJECT + public: SearchWidget( TQWidget *parent, KPDFDocument *document ); void clearText(); diff --git a/kpdf/ui/thumbnaillist.h b/kpdf/ui/thumbnaillist.h index fb128045..5365dff0 100644 --- a/kpdf/ui/thumbnaillist.h +++ b/kpdf/ui/thumbnaillist.h @@ -30,7 +30,7 @@ class ThumbnailWidget; class ThumbnailList : public TQScrollView, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: ThumbnailList(TQWidget *parent, KPDFDocument *document); ~ThumbnailList(); diff --git a/kpdf/ui/toc.h b/kpdf/ui/toc.h index eaccc3d9..6159bfd9 100644 --- a/kpdf/ui/toc.h +++ b/kpdf/ui/toc.h @@ -20,7 +20,7 @@ class KPDFDocument; class TOC : public KListView, public DocumentObserver { Q_OBJECT - TQ_OBJECT + public: TOC(TQWidget *parent, KPDFDocument *document); ~TOC(); -- cgit v1.2.3