diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:57 +0000 |
commit | e81173c4c8cd67f5c74ee3fb592a94825b5e3618 (patch) | |
tree | 011767dad9a2dd8cf6ee0f3b39ff8207e12d68cf /kteatime | |
parent | cfc42a28c327b96c6a2afee92af3bac1a479eb8a (diff) | |
download | tdetoys-e81173c4c8cd67f5c74ee3fb592a94825b5e3618.tar.gz tdetoys-e81173c4c8cd67f5c74ee3fb592a94825b5e3618.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1158451 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |