By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2984
Collapse All | Expand All

(-)admin/am_edit.orig (-1 / +1 lines)
Lines 1376-1382 sub tag_UIFILES () Link Here
1376
                $dep_lines .= "$source.h: $sourcedir$source.ui\n";
1376
                $dep_lines .= "$source.h: $sourcedir$source.ui\n";
1377
                $dep_lines .= "\trm -rf $source.h;\n";
1377
                $dep_lines .= "\trm -rf $source.h;\n";
1378
                if (!$kdeopts{"qtonly"}) {
1378
                if (!$kdeopts{"qtonly"}) {
1379
                    $dep_lines .= "\t\$(UIC) $sourcedir$source.ui | \$(PERL) -pi -e \"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";
1379
                    $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";
1380
                } else {
1380
                } else {
1381
                    $dep_lines .= "\t\$(UIC) -o $source.h $sourcedir$source.ui\n";
1381
                    $dep_lines .= "\t\$(UIC) -o $source.h $sourcedir$source.ui\n";
1382
                }
1382
                }

Return to bug 2984