diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:59 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:59 -0600 |
| commit | 860a15eba11559dd34e033b77359b3bc34ef2ce4 (patch) | |
| tree | 0c87fe506f982febb1a9b1f127390c96a9de3df7 /src/part/progressBox.h | |
| parent | 56b08ff603f321bd227457a4b0fb85a739c52a5f (diff) | |
| download | filelight-860a15eba11559dd34e033b77359b3bc34ef2ce4.tar.gz filelight-860a15eba11559dd34e033b77359b3bc34ef2ce4.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/part/progressBox.h')
| -rw-r--r-- | src/part/progressBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/progressBox.h b/src/part/progressBox.h index acd605c..c7cf61e 100644 --- a/src/part/progressBox.h +++ b/src/part/progressBox.h @@ -13,7 +13,7 @@ namespace KIO { class Job; } class ProgressBox : public TQLabel { Q_OBJECT - TQ_OBJECT + public: ProgressBox( TQWidget*, TQObject* ); |
