From 8e04d14a5bfc2d826f5e157e535d8fe8a1b06475 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:34 -0600 Subject: [PATCH] Remove spurious TQ_OBJECT instances --- src/autotraceformats.h | 2 +- src/mainwidget.h | 2 +- src/potracegui.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/autotraceformats.h b/src/autotraceformats.h index 479e25b..947acbe 100644 --- a/src/autotraceformats.h +++ b/src/autotraceformats.h @@ -31,7 +31,7 @@ class AutotraceFormats : public TQObject { Q_OBJECT - TQ_OBJECT + public: //! Standard TQObject-like constructor /** The constructor, nothing fancy diff --git a/src/mainwidget.h b/src/mainwidget.h index 4c4aeae..950921f 100644 --- a/src/mainwidget.h +++ b/src/mainwidget.h @@ -48,7 +48,7 @@ class Options; class MainWidget : public MainWidgetBase { Q_OBJECT - TQ_OBJECT + //! For simplicity friend class potracegui; diff --git a/src/potracegui.h b/src/potracegui.h index 5a0a1f8..423fba1 100644 --- a/src/potracegui.h +++ b/src/potracegui.h @@ -43,7 +43,7 @@ class MainWidget; class potracegui : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: /** * @short Default Constructor