From 2d0cd394291d27533313adaf3dfdcd2eb92f61da Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 15 Apr 2011 01:44:26 +0000 Subject: Fix Qt3 compilation of kdepim git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227976 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kalarm/lib/checkbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/lib/checkbox.h') diff --git a/kalarm/lib/checkbox.h b/kalarm/lib/checkbox.h index e535d4ea..61d6a127 100644 --- a/kalarm/lib/checkbox.h +++ b/kalarm/lib/checkbox.h @@ -80,7 +80,7 @@ class CheckBox : public TQCheckBox protected slots: void slotClicked(); private: - Qt::FocusPolicy mFocusPolicy; // default focus policy for the TQCheckBox + TQ_FocusPolicy mFocusPolicy; // default focus policy for the TQCheckBox TQWidget* mFocusWidget; // widget to receive focus when button is clicked on bool mFocusWidgetEnable; // enable focus widget before setting focus bool mReadOnly; // value cannot be changed -- cgit v1.2.3