From 9040dbd805bccc6af69508312a56be600f34cc0c Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 23 Jun 2005 12:43:31 +0000 Subject: [PATCH] Method onDesktopActivated made as protected instead of private --- src/SUIT/SUIT_Application.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SUIT/SUIT_Application.h b/src/SUIT/SUIT_Application.h index 7d67c9f48..5ee41624b 100755 --- a/src/SUIT/SUIT_Application.h +++ b/src/SUIT/SUIT_Application.h @@ -119,8 +119,8 @@ protected: const QString&, const int, QObject* = 0, const bool = false, QObject* = 0, const char* = 0 ); -private slots: - void onDesktopActivated(); +protected slots: + virtual void onDesktopActivated(); private: SUIT_Study* myStudy; -- 2.39.2