From a89bc63f6c2807e92c4e8f9b860ae32d93014e96 Mon Sep 17 00:00:00 2001 From: Dawit Alemayehu Date: Tue, 14 Feb 2012 17:06:41 -0500 Subject: Fixed signal to signal connection in Dolphin's view modes. REVIEW: 104033 (cherry picked from commit b484b87376646420a2cd6c568736dfa21b80bf05) --- src/settings/kcm/kcmdolphinviewmodes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/settings/kcm/kcmdolphinviewmodes.h') 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 m_tabs; }; -- cgit v1.3