diff options
author | Michele Calgaro <[email protected]> | 2024-05-26 14:11:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-26 14:59:36 +0900 |
commit | 34c35e11fbc7237f94ec8ede61ef0c8c9b6c58b3 (patch) | |
tree | 0d12f887eab44758c2d62ea9ed816ac5fa04cb93 /am_edit | |
parent | 7fc9aedfb802dbb23da9f54134dd1c381124bc58 (diff) | |
download | admin-34c35e11fbc7237f94ec8ede61ef0c8c9b6c58b3.tar.gz admin-34c35e11fbc7237f94ec8ede61ef0c8c9b6c58b3.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'am_edit')
-rw-r--r-- | am_edit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1374,7 +1374,7 @@ sub tag_UIFILES () $dep_lines .= "$source.h: $sourcedir$source.ui\n"; $dep_lines .= "\trm -rf $source.h;\n"; if (!$kdeopts{"tqtonly"}) { - $dep_lines .= "\t\$(UIC) $sourcedir$source.ui | \$(PERL) -pe \"s,public TQWizard,public KWizard,g; s,#include <ntqwizard.h>,#include <kwizard.h>,g; s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g\" >> $source.h ;\n"; + $dep_lines .= "\t\$(UIC) $sourcedir$source.ui | \$(PERL) -pe \"s,public TQWizard,public KWizard,g; s,#include <tqwizard.h>,#include <kwizard.h>,g; s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g\" >> $source.h ;\n"; } else { $dep_lines .= "\t\$(UIC) -o $source.h $sourcedir$source.ui\n"; } |