summaryrefslogtreecommitdiffstats
path: root/kbarcode/rectsettingsdlg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:31:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:31:03 +0900
commitf329450b7e8e05418f40a6f727ee71bc8512e627 (patch)
tree83969a74fd7dbfefed969ce0834d7af697932b74 /kbarcode/rectsettingsdlg.h
parent7f9e4e651c75fdce6c2345deec0b795a5fe4cf1e (diff)
downloadkbarcode-f329450b7e8e05418f40a6f727ee71bc8512e627.tar.gz
kbarcode-f329450b7e8e05418f40a6f727ee71bc8512e627.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbarcode/rectsettingsdlg.h')
-rw-r--r--kbarcode/rectsettingsdlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/rectsettingsdlg.h b/kbarcode/rectsettingsdlg.h
index 2a88169..4d747ef 100644
--- a/kbarcode/rectsettingsdlg.h
+++ b/kbarcode/rectsettingsdlg.h
@@ -25,7 +25,7 @@ class KComboBox;
class KIntNumInput;
class TQCheckBox;
class RectSettingsDlg : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
RectSettingsDlg(TQWidget *parent=0, const char *name=0);
@@ -56,7 +56,7 @@ class RectSettingsDlg : public KDialogBase {
class TQPen;
class LineSettingsDlg : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
LineSettingsDlg(TQWidget *parent=0, const char *name=0);