From 00cef9840e19aae7a7541da60d1b60190cb5afec Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:14:09 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker-applets/kbinaryclock/datepicker.h | 2 +- kicker-applets/kbinaryclock/kbinaryclock.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kicker-applets/kbinaryclock') diff --git a/kicker-applets/kbinaryclock/datepicker.h b/kicker-applets/kbinaryclock/datepicker.h index d0010af..b21cafe 100644 --- a/kicker-applets/kbinaryclock/datepicker.h +++ b/kicker-applets/kbinaryclock/datepicker.h @@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include -class QDate; +class TQDate; class KDatePicker; #define DATEPICKER_INHERITED QVBox diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h index ba88456..387288d 100644 --- a/kicker-applets/kbinaryclock/kbinaryclock.h +++ b/kicker-applets/kbinaryclock/kbinaryclock.h @@ -31,9 +31,9 @@ #include "prefs.h" class KLed; -class QGridLayout; +class TQGridLayout; class DatePicker; -class QGridLayout; +class TQGridLayout; class KBinaryClock; class SettingsImp : public Settings { -- cgit v1.2.1