diff options
Diffstat (limited to 'kget/kget_iface.h')
-rw-r--r-- | kget/kget_iface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/kget_iface.h b/kget/kget_iface.h index df01375c..0d410bf5 100644 --- a/kget/kget_iface.h +++ b/kget/kget_iface.h @@ -21,9 +21,9 @@ protected: k_dcop: /** * @param src The urls to download - * @param destDir The destination direction or TQString::null if unspecified + * @param destDir The destination direction or TQString() if unspecified */ - virtual ASYNC addTransfers( const KURL::List& src, const TQString& destDir = TQString::null ) = 0; + virtual ASYNC addTransfers( const KURL::List& src, const TQString& destDir = TQString() ) = 0; virtual bool isDropTargetVisible() const = 0; |