diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:35:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 20:32:23 +0900 |
commit | 0cb23300070f6984b4f976f1c92984399a8aaa10 (patch) | |
tree | 63f2bcf00415116ba1d3a137509e71a451d3c7aa /src/newbasketdialog.h | |
parent | 7c310957e67e961743ac0e72ea12205b504cd7d9 (diff) | |
download | basket-0cb23300070f6984b4f976f1c92984399a8aaa10.tar.gz basket-0cb23300070f6984b4f976f1c92984399a8aaa10.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit af97112a1a1c815e48080046e495510f41507206)
Diffstat (limited to 'src/newbasketdialog.h')
-rw-r--r-- | src/newbasketdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newbasketdialog.h b/src/newbasketdialog.h index 07a081a..0dd5df9 100644 --- a/src/newbasketdialog.h +++ b/src/newbasketdialog.h @@ -40,7 +40,7 @@ class KColorCombo2; */ class SingleSelectionTDEIconView : public TDEIconView { - Q_OBJECT + TQ_OBJECT public: SingleSelectionTDEIconView(TQWidget *parent = 0, const char *name = 0, WFlags f = 0); @@ -77,7 +77,7 @@ struct NewBasketDefaultProperties */ class NewBasketDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: NewBasketDialog(Basket *parentBasket, const NewBasketDefaultProperties &defaultProperties, TQWidget *parent = 0); |