From ac67f6fe92d0636cca6be02734552abc3a517233 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:14:56 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1158416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcron/ktapp.h | 2 +- kcron/ktlisttasks.h | 2 +- kcron/ktlistvars.h | 2 +- kcron/ktprint.h | 6 +++--- kcron/ktprintopt.h | 2 +- kcron/kttask.h | 10 +++++----- kcron/ktview.h | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'kcron') diff --git a/kcron/ktapp.h b/kcron/ktapp.h index 37a830b..0dd560f 100644 --- a/kcron/ktapp.h +++ b/kcron/ktapp.h @@ -19,7 +19,7 @@ #include class KAction; -class QString; +class TQString; class KTView; class CTHost; diff --git a/kcron/ktlisttasks.h b/kcron/ktlisttasks.h index 6d3ec3b..ad5e5a3 100644 --- a/kcron/ktlisttasks.h +++ b/kcron/ktlisttasks.h @@ -18,7 +18,7 @@ #include "ktlistitem.h" -class QString; +class TQString; /** * TQListViewItem of a "tasks" folder. diff --git a/kcron/ktlistvars.h b/kcron/ktlistvars.h index 91a145a..f455596 100644 --- a/kcron/ktlistvars.h +++ b/kcron/ktlistvars.h @@ -19,7 +19,7 @@ #include "ktlistitem.h" -class QString; +class TQString; /** * TQListViewItem of a "variables" folder. diff --git a/kcron/ktprint.h b/kcron/ktprint.h index c5351e1..16c13b1 100644 --- a/kcron/ktprint.h +++ b/kcron/ktprint.h @@ -17,10 +17,10 @@ #include #include -class QPainter; +class TQPainter; class KPrinter; -class QString; -class QFont; +class TQString; +class TQFont; /** *Provides a wrapper for simple printing of text. diff --git a/kcron/ktprintopt.h b/kcron/ktprintopt.h index 8523432..f1e3eb5 100644 --- a/kcron/ktprintopt.h +++ b/kcron/ktprintopt.h @@ -20,7 +20,7 @@ #include -class QCheckBox; +class TQCheckBox; class KAccel; /** diff --git a/kcron/kttask.h b/kcron/kttask.h index ae925d1..be34ddb 100644 --- a/kcron/kttask.h +++ b/kcron/kttask.h @@ -16,11 +16,11 @@ #include -class QLabel; -class QLineEdit; -class QCheckBox; -class QButtonGroup; -class QPushButton; +class TQLabel; +class TQLineEdit; +class TQCheckBox; +class TQButtonGroup; +class TQPushButton; class KAccel; class CTTask; diff --git a/kcron/ktview.h b/kcron/ktview.h index 1588661..f6e5a04 100644 --- a/kcron/ktview.h +++ b/kcron/ktview.h @@ -18,9 +18,9 @@ #include -class QString; -class QListView; -class QListViewItem; +class TQString; +class TQListView; +class TQListViewItem; class KTApp; class KTPrint; class KTListItem; -- cgit v1.2.1