diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-11-01 23:23:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-11-07 23:03:36 +0100 |
commit | 8084f4ffe2bfe48359009cb2c475a13328429c34 (patch) | |
tree | 9e20d2c5acc6fc60b938918e57984d746dccfe5c /src/protocolhandler.h | |
parent | Merge branch 'master' of git.kde.org:rekonq (diff) | |
download | rekonq-8084f4ffe2bfe48359009cb2c475a13328429c34.tar.xz |
Ordering files in file: and ftp: embedded protocols
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r-- | src/protocolhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocolhandler.h b/src/protocolhandler.h index 4211e4ef..a80c160d 100644 --- a/src/protocolhandler.h +++ b/src/protocolhandler.h @@ -76,7 +76,7 @@ private slots: private: QString dirHandling(const KFileItemList &list); void abpHandling(); - + KDirLister *_lister; QWebFrame *_frame; KUrl _url; |