diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:07:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:07:21 +0900 |
commit | 44548d3e71aab859c1547104f3419fd288add594 (patch) | |
tree | 16e117503409cd83a1af0b59a0cfa362316c9635 /cervisia/historydlg.h | |
parent | b6f300eb213c1eaa7d3a1cece80cc9e7c46dc578 (diff) | |
download | tdesdk-44548d3e71aab859c1547104f3419fd288add594.tar.gz tdesdk-44548d3e71aab859c1547104f3419fd288add594.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'cervisia/historydlg.h')
-rw-r--r-- | cervisia/historydlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/historydlg.h b/cervisia/historydlg.h index bcd2c3db..1513c68b 100644 --- a/cervisia/historydlg.h +++ b/cervisia/historydlg.h @@ -34,7 +34,7 @@ class CvsService_stub; class HistoryDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |