diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:56 +0000 |
commit | ac67f6fe92d0636cca6be02734552abc3a517233 (patch) | |
tree | f1f49f61b9867160d2f78352ffd99df74b8eb99f /kcron | |
parent | aa3a1ca934bc541bddd3fa136a85f106f7da266e (diff) | |
download | tdeadmin-ac67f6fe92d0636cca6be02734552abc3a517233.tar.gz tdeadmin-ac67f6fe92d0636cca6be02734552abc3a517233.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1158416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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; |