diff options
| author | Kevin Ottens <[email protected]> | 2006-11-25 17:30:07 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-25 17:30:07 +0000 |
| commit | c1af91aab193cf34b36bfacd39805eeaa48e19b1 (patch) | |
| tree | f2f935a43482190706f9054c286a8f42ccb20bef /src/urlnavigatorbutton.h | |
| parent | 92d346ae7838668c92643548a84fb2903c08c40d (diff) | |
Let's remove the connect errors because of the KJob/KIO::Job split.
svn path=/trunk/playground/utils/dolphin/; revision=607764
Diffstat (limited to 'src/urlnavigatorbutton.h')
| -rw-r--r-- | src/urlnavigatorbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlnavigatorbutton.h b/src/urlnavigatorbutton.h index 5ce54b31d..f0a69ea34 100644 --- a/src/urlnavigatorbutton.h +++ b/src/urlnavigatorbutton.h @@ -75,7 +75,7 @@ private slots: void stopPopupDelay(); void startListJob(); void entriesList(KIO::Job* job, const KIO::UDSEntryList& entries); - void listJobFinished(KIO::Job* job); + void listJobFinished(KJob* job); private: int arrowWidth() const; |
