diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:59 -0600 |
commit | 5443f402bbfcf7f9c392bcbb0108ee074551f982 (patch) | |
tree | 6878d1e68ded849d3e2fb7988a8371074dbe7754 /cervisia/progressdlg.h | |
parent | 6df7194f5bb08f41c4c3a3c952a243776538ebc6 (diff) | |
download | tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.tar.gz tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'cervisia/progressdlg.h')
-rw-r--r-- | cervisia/progressdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/progressdlg.h b/cervisia/progressdlg.h index 5d20d2a7..a1c7bb5d 100644 --- a/cervisia/progressdlg.h +++ b/cervisia/progressdlg.h @@ -32,7 +32,7 @@ class ProgressDialog : public KDialogBase, public DCOPObject { K_DCOP Q_OBJECT -// TQ_OBJECT +// public: ProgressDialog(TQWidget* parent, const TQString& heading, const DCOPRef& job, |