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 /amor | |
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 'amor')
-rw-r--r-- | amor/amor.h | 2 | ||||
-rw-r--r-- | amor/amorbubble.h | 4 | ||||
-rw-r--r-- | amor/amortips.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/amor/amor.h b/amor/amor.h index 18487fa..b93099e 100644 --- a/amor/amor.h +++ b/amor/amor.h @@ -43,7 +43,7 @@ class AmorDialog; class AmorBubble; class AmorWidget; -class QTimer; +class TQTimer; class KWinModule; class KPopupMenu; diff --git a/amor/amorbubble.h b/amor/amorbubble.h index 50f15b3..89a8707 100644 --- a/amor/amorbubble.h +++ b/amor/amorbubble.h @@ -35,8 +35,8 @@ #include <tqwidget.h> #include <tqbitmap.h> -class QTextBrowser; -class QTimer; +class TQTextBrowser; +class TQTimer; //--------------------------------------------------------------------------- // diff --git a/amor/amortips.h b/amor/amortips.h index aea323e..75cd2f6 100644 --- a/amor/amortips.h +++ b/amor/amortips.h @@ -32,7 +32,7 @@ #endif #include <tqstrlist.h> -class QFile; +class TQFile; //--------------------------------------------------------------------------- // |