diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-08-10 18:52:06 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-08-10 18:52:06 +0200 |
| commit | 38381bc6a2999b1d8a0b8a6e2b8d703faa0944d9 (patch) | |
| tree | 62d797b7f34cabd8ff48db15afd469da1ba01612 /src/dolphintabpage.h | |
| parent | 1ffb64db1f6d3436db6e637f8669319e96a17797 (diff) | |
Implemented DolphinTabWidget class to encapsulate the tab handling from DolphinMainWindow.
REVIEW: 119115
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 95c02ed0a..278524792 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -121,7 +121,7 @@ public: void restoreState(const QByteArray& state); signals: - void activeViewChanged(); + void activeViewChanged(DolphinViewContainer* viewContainer); void activeViewUrlChanged(const KUrl& url); private slots: |
