diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:33 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:33 -0600 |
| commit | fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d (patch) | |
| tree | 44afa11fb537fa93881a338ae3b58f50e0e57371 /src/common/global/progress_monitor.h | |
| parent | 8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff) | |
| download | piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/common/global/progress_monitor.h')
| -rw-r--r-- | src/common/global/progress_monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/global/progress_monitor.h b/src/common/global/progress_monitor.h index 03628f7..3ccf424 100644 --- a/src/common/global/progress_monitor.h +++ b/src/common/global/progress_monitor.h @@ -14,7 +14,7 @@ class ProgressMonitor : public TQObject { Q_OBJECT - TQ_OBJECT + public: ProgressMonitor(TQObject *parent = 0); void clear(); |
