Obsolete Members for KJobWidgets
The following members of class KJobWidgets are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Functions
(since 6.4, deprecated in 6.5) void | setWindowHandle(QObject *job, QWindow *window) |
Function Documentation
[since 6.4, deprecated in 6.5]
void KJobWidgets::setWindowHandle(QObject *job, QWindow *window)
This function is deprecated since 6.5. We strongly advise against using it in new code.
Associate this job with a window given by window.
Note that setWindow() will set the window handle too.
job should be a KJob subclass
use KJobWindows::setWindow() instead.
This function was introduced in 6.4.
See also windowHandle().