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/potracegui.h | |
parent | 8c01b5d9b2c4c32461f4ff4fb37c9366b6c1dc8e (diff) | |
download | potracegui-8e04d14a5bfc2d826f5e157e535d8fe8a1b06475.tar.gz potracegui-8e04d14a5bfc2d826f5e157e535d8fe8a1b06475.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/potracegui.h')
-rw-r--r-- | src/potracegui.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |