summaryrefslogtreecommitdiffstats
path: root/src/softwareimporters.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/softwareimporters.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/softwareimporters.h')
-rw-r--r--src/softwareimporters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/softwareimporters.h b/src/softwareimporters.h
index 342bdc2..9c742ca 100644
--- a/src/softwareimporters.h
+++ b/src/softwareimporters.h
@@ -37,7 +37,7 @@ class Note;
*/
class TreeImportDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
TreeImportDialog(TQWidget *parent = 0);
@@ -52,7 +52,7 @@ class TreeImportDialog : public KDialogBase
*/
class TextFileImportDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
TextFileImportDialog(TQWidget *parent = 0);