diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:09 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:09 +0000 |
commit | 00cef9840e19aae7a7541da60d1b60190cb5afec (patch) | |
tree | 5fd6aeed14f01486335c754dd96bae31203cecd2 /kicker-applets/ktimemon | |
parent | 7346aee26bf190a7e70333c40fab4caca847cd27 (diff) | |
download | tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.tar.gz tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker-applets/ktimemon')
-rw-r--r-- | kicker-applets/ktimemon/confdlg.h | 4 | ||||
-rw-r--r-- | kicker-applets/ktimemon/timemon.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/kicker-applets/ktimemon/confdlg.h b/kicker-applets/ktimemon/confdlg.h index 25d0501..a21c73c 100644 --- a/kicker-applets/ktimemon/confdlg.h +++ b/kicker-applets/ktimemon/confdlg.h @@ -34,8 +34,8 @@ // -- forward declaration ------------------------------------------------ class KTimeMon; -class QLineEdit; -class QSlider; +class TQLineEdit; +class TQSlider; class KColorButton; // -- KConfDialog declaration -------------------------------------------- diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h index cf39a35..1f81db1 100644 --- a/kicker-applets/ktimemon/timemon.h +++ b/kicker-applets/ktimemon/timemon.h @@ -26,9 +26,9 @@ const int MAX_MOUSE_ACTIONS = 3; // event handlers for the three buttons only // -- forward declaration ------------------------------------------------ class KSample; class KConfDialog; -class QPaintEvent; -class QMouseEvent; -class QPainter; +class TQPaintEvent; +class TQMouseEvent; +class TQPainter; class KProcess; class KShellProcess; class KHelpMenu; |