diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:54:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 10:40:33 +0900 |
commit | 15688010cd392ed6bfede386c1df5daa1885835d (patch) | |
tree | 9ec32c1389bcd85f95c309fbaed5a4641d3d42d1 /src/fileexistsdialog.h | |
parent | 7f127fca03e3e6e9f34d51c39fe315a8e0d6d520 (diff) | |
download | kasablanca-15688010cd392ed6bfede386c1df5daa1885835d.tar.gz kasablanca-15688010cd392ed6bfede386c1df5daa1885835d.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a1db9a471db4545c2e401ded047de5c28fc7fd21)
Diffstat (limited to 'src/fileexistsdialog.h')
-rw-r--r-- | src/fileexistsdialog.h | 2 |
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(); |