diff options
| author | Dawit Alemayehu <[email protected]> | 2012-02-14 17:06:41 -0500 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2012-02-20 18:07:20 -0500 |
| commit | a89bc63f6c2807e92c4e8f9b860ae32d93014e96 (patch) | |
| tree | 3c7c61cfbf3960025f84aa353a22a679f396824c /src/settings/kcm/kcmdolphinviewmodes.h | |
| parent | 51bd6cfdfad4d1be706f6dc125762889c19fcc5a (diff) | |
Fixed signal to signal connection in Dolphin's view modes.
REVIEW: 104033
(cherry picked from commit b484b87376646420a2cd6c568736dfa21b80bf05)
Diffstat (limited to 'src/settings/kcm/kcmdolphinviewmodes.h')
| -rw-r--r-- | src/settings/kcm/kcmdolphinviewmodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings/kcm/kcmdolphinviewmodes.h b/src/settings/kcm/kcmdolphinviewmodes.h index 4ec29db35..3181198fe 100644 --- a/src/settings/kcm/kcmdolphinviewmodes.h +++ b/src/settings/kcm/kcmdolphinviewmodes.h @@ -41,6 +41,9 @@ public: private: void reparseConfiguration(); +private Q_SLOTS: + void viewModeChanged(); + private: QList<ViewSettingsTab*> m_tabs; }; |
