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 1670
Collapse All | Expand All

(-)tdenetwork/kget/dlgautomationbase.ui (-1 / +1 lines)
Lines 216-222 Link Here
216
    </connection>
216
    </connection>
217
    <connection>
217
    <connection>
218
        <sender>spins</sender>
218
        <sender>spins</sender>
219
        <signal>valueChanged(const QDateTime&amp;)</signal>
219
        <signal>valueChanged(const TQDateTime&amp;)</signal>
220
        <receiver>DlgAutomationBase</receiver>
220
        <receiver>DlgAutomationBase</receiver>
221
        <slot>slotChanged()</slot>
221
        <slot>slotChanged()</slot>
222
    </connection>
222
    </connection>
(-)tdenetwork/kget/dlgsystembase.ui (-1 / +1 lines)
Lines 150-156 Link Here
150
    </connection>
150
    </connection>
151
    <connection>
151
    <connection>
152
        <sender>le_font</sender>
152
        <sender>le_font</sender>
153
        <signal>fontSelected(const QFont&amp;)</signal>
153
        <signal>fontSelected(const TQFont&amp;)</signal>
154
        <receiver>DlgSystemBase</receiver>
154
        <receiver>DlgSystemBase</receiver>
155
        <slot>slotChanged()</slot>
155
        <slot>slotChanged()</slot>
156
    </connection>
156
    </connection>

Return to bug 1670