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 /kunittest | |
parent | 6df7194f5bb08f41c4c3a3c952a243776538ebc6 (diff) | |
download | tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.tar.gz tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kunittest')
-rw-r--r-- | kunittest/example/module/sampletests.h | 2 | ||||
-rw-r--r-- | kunittest/runnergui.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kunittest/example/module/sampletests.h b/kunittest/example/module/sampletests.h index 9bbd5d78..08cc1ec0 100644 --- a/kunittest/example/module/sampletests.h +++ b/kunittest/example/module/sampletests.h @@ -31,7 +31,7 @@ class SlotSampleTester : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public slots: void setUp(); diff --git a/kunittest/runnergui.h b/kunittest/runnergui.h index 8b4399d3..dc1e5f2a 100644 --- a/kunittest/runnergui.h +++ b/kunittest/runnergui.h @@ -44,7 +44,7 @@ namespace KUnitTest class KDE_EXPORT RunnerGUI : public TQHBox { Q_OBJECT - TQ_OBJECT + public: RunnerGUI(TQWidget *parent); |