From 1c3e6a878f147d063b43948dd8a3f06da195e7ea Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:28:10 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kontact/plugins/korganizer/kcmkorgsummary.h | 2 +- kontact/plugins/korganizer/summarywidget.h | 4 ++-- kontact/plugins/korganizer/todosummarywidget.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kontact/plugins/korganizer') diff --git a/kontact/plugins/korganizer/kcmkorgsummary.h b/kontact/plugins/korganizer/kcmkorgsummary.h index 9ae0ac58e..60a876d1d 100644 --- a/kontact/plugins/korganizer/kcmkorgsummary.h +++ b/kontact/plugins/korganizer/kcmkorgsummary.h @@ -27,7 +27,7 @@ #include class QSpinxBox; -class QButtonGroup; +class TQButtonGroup; class KCMKOrgSummary : public KCModule { diff --git a/kontact/plugins/korganizer/summarywidget.h b/kontact/plugins/korganizer/summarywidget.h index a88d50dd9..2f018a507 100644 --- a/kontact/plugins/korganizer/summarywidget.h +++ b/kontact/plugins/korganizer/summarywidget.h @@ -31,8 +31,8 @@ #include "summary.h" -class QGridLayout; -class QLabel; +class TQGridLayout; +class TQLabel; class KOrganizerPlugin; diff --git a/kontact/plugins/korganizer/todosummarywidget.h b/kontact/plugins/korganizer/todosummarywidget.h index 029dec9a7..c5286e190 100644 --- a/kontact/plugins/korganizer/todosummarywidget.h +++ b/kontact/plugins/korganizer/todosummarywidget.h @@ -31,8 +31,8 @@ #include "summary.h" -class QGridLayout; -class QLabel; +class TQGridLayout; +class TQLabel; class TodoPlugin; -- cgit v1.2.1