From a1db9a471db4545c2e401ded047de5c28fc7fd21 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:54:36 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/fileexistsdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileexistsdialog.h') diff --git a/src/fileexistsdialog.h b/src/fileexistsdialog.h index 937162c..61a8928 100644 --- a/src/fileexistsdialog.h +++ b/src/fileexistsdialog.h @@ -26,7 +26,7 @@ */ class FileExistsDialog : public KasablancaFileExistsDialog { - Q_OBJECT + TQ_OBJECT public: FileExistsDialog(TQWidget *parent=0, const char *name=0); ~FileExistsDialog(); -- cgit v1.2.1