summaryrefslogtreecommitdiffstats
path: root/kicker-applets
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
commit00cef9840e19aae7a7541da60d1b60190cb5afec (patch)
tree5fd6aeed14f01486335c754dd96bae31203cecd2 /kicker-applets
parent7346aee26bf190a7e70333c40fab4caca847cd27 (diff)
downloadtdeaddons-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')
-rw-r--r--kicker-applets/kbinaryclock/datepicker.h2
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.h4
-rw-r--r--kicker-applets/kolourpicker/kolourpicker.h2
-rw-r--r--kicker-applets/ktimemon/confdlg.h4
-rw-r--r--kicker-applets/ktimemon/timemon.h6
-rw-r--r--kicker-applets/math/mathapplet.h6
-rw-r--r--kicker-applets/mediacontrol/jukInterface.h2
7 files changed, 13 insertions, 13 deletions
diff --git a/kicker-applets/kbinaryclock/datepicker.h b/kicker-applets/kbinaryclock/datepicker.h
index d0010af..b21cafe 100644
--- a/kicker-applets/kbinaryclock/datepicker.h
+++ b/kicker-applets/kbinaryclock/datepicker.h
@@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqvbox.h>
-class QDate;
+class TQDate;
class KDatePicker;
#define DATEPICKER_INHERITED QVBox
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h
index ba88456..387288d 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.h
+++ b/kicker-applets/kbinaryclock/kbinaryclock.h
@@ -31,9 +31,9 @@
#include "prefs.h"
class KLed;
-class QGridLayout;
+class TQGridLayout;
class DatePicker;
-class QGridLayout;
+class TQGridLayout;
class KBinaryClock;
class SettingsImp : public Settings {
diff --git a/kicker-applets/kolourpicker/kolourpicker.h b/kicker-applets/kolourpicker/kolourpicker.h
index 20780f9..8340d2d 100644
--- a/kicker-applets/kolourpicker/kolourpicker.h
+++ b/kicker-applets/kolourpicker/kolourpicker.h
@@ -29,7 +29,7 @@
#include "simplebutton.h"
class KInstance;
-class QPopupMenu;
+class TQPopupMenu;
class KolourPicker : public KPanelApplet
{
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;
diff --git a/kicker-applets/math/mathapplet.h b/kicker-applets/math/mathapplet.h
index 8b483f2..f8c91a0 100644
--- a/kicker-applets/math/mathapplet.h
+++ b/kicker-applets/math/mathapplet.h
@@ -29,9 +29,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqstring.h>
#include <kpanelapplet.h>
-class QLabel;
-class QHBox;
-class QPushButton;
+class TQLabel;
+class TQHBox;
+class TQPushButton;
class KHistoryCombo;
class KPopupMenu;
diff --git a/kicker-applets/mediacontrol/jukInterface.h b/kicker-applets/mediacontrol/jukInterface.h
index f305ab0..55874f6 100644
--- a/kicker-applets/mediacontrol/jukInterface.h
+++ b/kicker-applets/mediacontrol/jukInterface.h
@@ -25,7 +25,7 @@
#include <tqtimer.h>
-class QProcess;
+class TQProcess;
class JuKInterface : public PlayerInterface
{