summaryrefslogtreecommitdiffstats
path: root/src/newbasketdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:35:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:35:00 +0900
commitaf97112a1a1c815e48080046e495510f41507206 (patch)
tree7919380d04122fc2a7d47d4dbaa20ffa6e634080 /src/newbasketdialog.h
parent333171761d38caf584800780edeae501579233eb (diff)
downloadbasket-af97112a1a1c815e48080046e495510f41507206.tar.gz
basket-af97112a1a1c815e48080046e495510f41507206.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/newbasketdialog.h')
-rw-r--r--src/newbasketdialog.h4
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);