From cec8fe0157b0ab37d4919d0f04c131c11f2c9a9e Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 5 Aug 2011 07:19:55 +0000 Subject: Fix up a few Deep Buttons glitches Add an option to include the clock in the system tray applet Majorly enhance the Quick Launch Kicker applet git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1245129 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/applets/systemtray/systemtrayapplet.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kicker/applets/systemtray/systemtrayapplet.h') diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h index c656cfe3d..a7a6a043d 100644 --- a/kicker/applets/systemtray/systemtrayapplet.h +++ b/kicker/applets/systemtray/systemtrayapplet.h @@ -28,12 +28,15 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include #include +#include #include #include #include #include +#include "clock.h" + #include "simplebutton.h" class TQGridLayout; @@ -85,6 +88,7 @@ protected slots: void checkAutoRetract(); void configure() { preferences(); } void setBackground(); + void updateClockGeometry(); private: void embedWindow( WId w, bool kde_tray ); @@ -108,11 +112,14 @@ private: SimpleArrowButton *m_expandButton; TQWidget *m_leftSpacer; TQWidget *m_rightSpacer; + ClockApplet *m_clockApplet; KDialogBase* m_settingsDialog; KActionSelector* m_iconSelector; TQTimer* m_autoRetractTimer; bool m_autoRetract; int m_iconSize; + bool m_showClockInTray; + TQCheckBox *m_showClockSettingCB; TQGridLayout* m_layout; }; -- cgit v1.2.3