diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:36:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:36:31 +0900 |
commit | 4a70f1720eb66ddeb89d4340e44c601e3613b837 (patch) | |
tree | 662803755443085144e615fae1678f2755eda8fd /kmymoney2/dialogs/knewfiledlg.h | |
parent | 7da583b50658b88243d71ddfd0a9d2146d6bda6c (diff) | |
download | kmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.tar.gz kmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/dialogs/knewfiledlg.h')
-rw-r--r-- | kmymoney2/dialogs/knewfiledlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/knewfiledlg.h b/kmymoney2/dialogs/knewfiledlg.h index e034084..381e67d 100644 --- a/kmymoney2/dialogs/knewfiledlg.h +++ b/kmymoney2/dialogs/knewfiledlg.h @@ -32,7 +32,7 @@ // This dialog lets the user create/edit a file. // Use the second constructor to edit a file. class KNewFileDlg : public KNewFileDlgDecl { - Q_OBJECT + TQ_OBJECT public: KNewFileDlg(TQWidget *parent=0, const char *name=0, const TQString& title=TQString()); |