diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:34 -0600 |
commit | 8e04d14a5bfc2d826f5e157e535d8fe8a1b06475 (patch) | |
tree | 3193b7895ed79d2197f771321a8af20c4a48a8e4 /src | |
parent | 8c01b5d9b2c4c32461f4ff4fb37c9366b6c1dc8e (diff) | |
download | potracegui-8e04d14a5bfc2d826f5e157e535d8fe8a1b06475.tar.gz potracegui-8e04d14a5bfc2d826f5e157e535d8fe8a1b06475.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src')
-rw-r--r-- | src/autotraceformats.h | 2 | ||||
-rw-r--r-- | src/mainwidget.h | 2 | ||||
-rw-r--r-- | 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 |