summaryrefslogtreecommitdiffstats
path: root/src/fileexistsdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:54:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:54:36 +0900
commita1db9a471db4545c2e401ded047de5c28fc7fd21 (patch)
tree9ec32c1389bcd85f95c309fbaed5a4641d3d42d1 /src/fileexistsdialog.h
parent7f127fca03e3e6e9f34d51c39fe315a8e0d6d520 (diff)
downloadkasablanca-a1db9a471db4545c2e401ded047de5c28fc7fd21.tar.gz
kasablanca-a1db9a471db4545c2e401ded047de5c28fc7fd21.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/fileexistsdialog.h')
-rw-r--r--src/fileexistsdialog.h2
1 files changed, 1 insertions, 1 deletions
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();