diff options
Diffstat (limited to 'kcron')
-rw-r--r-- | kcron/ktapp.h | 2 | ||||
-rw-r--r-- | kcron/ktlisttasks.h | 2 | ||||
-rw-r--r-- | kcron/ktlistvars.h | 2 | ||||
-rw-r--r-- | kcron/ktprint.h | 6 | ||||
-rw-r--r-- | kcron/ktprintopt.h | 2 | ||||
-rw-r--r-- | kcron/kttask.h | 10 | ||||
-rw-r--r-- | kcron/ktview.h | 6 |
7 files changed, 15 insertions, 15 deletions
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 <kmainwindow.h> 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 <vector> #include <kprinter.h> -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 <kdeprint/kprintdialogpage.h> -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 <kdialog.h> -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 <tqwidget.h> -class QString; -class QListView; -class QListViewItem; +class TQString; +class TQListView; +class TQListViewItem; class KTApp; class KTPrint; class KTListItem; |