diff options
Diffstat (limited to 'kteatime')
-rw-r--r-- | kteatime/tealist.h | 4 | ||||
-rw-r--r-- | kteatime/timeedit.h | 2 | ||||
-rw-r--r-- | kteatime/toplevel.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kteatime/tealist.h b/kteatime/tealist.h index f526f9a..c56a16d 100644 --- a/kteatime/tealist.h +++ b/kteatime/tealist.h @@ -10,8 +10,8 @@ #include <tqstring.h> -class QListView; -class QListViewItem; +class TQListView; +class TQListViewItem; class TeaListItem : public QListViewItem diff --git a/kteatime/timeedit.h b/kteatime/timeedit.h index 445861e..0be5670 100644 --- a/kteatime/timeedit.h +++ b/kteatime/timeedit.h @@ -11,7 +11,7 @@ #include <tqspinbox.h> #include <tqwidget.h> -class QBoxLayout; +class TQBoxLayout; /** diff --git a/kteatime/toplevel.h b/kteatime/toplevel.h index 118b977..7e73994 100644 --- a/kteatime/toplevel.h +++ b/kteatime/toplevel.h @@ -37,7 +37,7 @@ class KAction; class KDialogBase; -class QCheckBox; +class TQCheckBox; class TimeEdit; class TopLevel : public KSystemTray |