summaryrefslogtreecommitdiffstats
path: root/ktouch
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:08 +0900
commitf9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8 (patch)
treecc78f7cd0c52eafa75211faec743bcbac4047491 /ktouch
parent722b8b58ec7c9696be84890045d29e0203d3e20f (diff)
downloadtdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.tar.gz
tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ktouch')
-rw-r--r--ktouch/src/ktouch.h2
-rw-r--r--ktouch/src/ktouchchartwidget.h2
-rw-r--r--ktouch/src/ktouchcoloreditor.h2
-rw-r--r--ktouch/src/ktouchkeyboardeditor.h2
-rw-r--r--ktouch/src/ktouchkeyboardwidget.h2
-rw-r--r--ktouch/src/ktouchlectureeditor.h2
-rw-r--r--ktouch/src/ktouchopenrequest.h2
-rw-r--r--ktouch/src/ktouchslideline.h2
-rw-r--r--ktouch/src/ktouchstatistics.h2
-rw-r--r--ktouch/src/ktouchstatus.h2
-rw-r--r--ktouch/src/ktouchtrainer.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/ktouch/src/ktouch.h b/ktouch/src/ktouch.h
index 7b58b411..85addef3 100644
--- a/ktouch/src/ktouch.h
+++ b/ktouch/src/ktouch.h
@@ -57,7 +57,7 @@ class KTouchPrefColorsLayout;
/// (KTouchTrainer), which will then process it. So the heavy work lies in the trainer
/// object and all the widgets.
class KTouch : public TDEMainWindow {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor, creates the KTouch proggy.
diff --git a/ktouch/src/ktouchchartwidget.h b/ktouch/src/ktouchchartwidget.h
index 87120703..9d40b660 100644
--- a/ktouch/src/ktouchchartwidget.h
+++ b/ktouch/src/ktouchchartwidget.h
@@ -23,7 +23,7 @@ class KTouchTrainer;
/// This is the chart widget and contains all chart drawing code.
class KTouchChartWidget : public KPlotWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor.
diff --git a/ktouch/src/ktouchcoloreditor.h b/ktouch/src/ktouchcoloreditor.h
index dfd77cf6..d411f043 100644
--- a/ktouch/src/ktouchcoloreditor.h
+++ b/ktouch/src/ktouchcoloreditor.h
@@ -26,7 +26,7 @@
/// Implementation of the KTouch Color Scheme Editor.
class KTouchColorEditor : public KTouchColorEditorDlg
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/ktouch/src/ktouchkeyboardeditor.h b/ktouch/src/ktouchkeyboardeditor.h
index 6ba58f67..b4eba3f7 100644
--- a/ktouch/src/ktouchkeyboardeditor.h
+++ b/ktouch/src/ktouchkeyboardeditor.h
@@ -40,7 +40,7 @@
/// @endcode
/// @see startEditor() for details on the return value.
class KTouchKeyboardEditor : public KTouchKeyboardEditorDlg {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/ktouch/src/ktouchkeyboardwidget.h b/ktouch/src/ktouchkeyboardwidget.h
index 8888e27b..a629e44c 100644
--- a/ktouch/src/ktouchkeyboardwidget.h
+++ b/ktouch/src/ktouchkeyboardwidget.h
@@ -40,7 +40,7 @@ class KURL;
* activated keys and finger key animations etc.)
*/
class KTouchKeyboardWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor
diff --git a/ktouch/src/ktouchlectureeditor.h b/ktouch/src/ktouchlectureeditor.h
index 4b2e44c8..dc25069c 100644
--- a/ktouch/src/ktouchlectureeditor.h
+++ b/ktouch/src/ktouchlectureeditor.h
@@ -40,7 +40,7 @@
/// @endcode
/// @see startEditor() for details on the return value.
class KTouchLectureEditor : public KTouchLectureEditorDlg {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor
diff --git a/ktouch/src/ktouchopenrequest.h b/ktouch/src/ktouchopenrequest.h
index ee8b3bdb..34d90718 100644
--- a/ktouch/src/ktouchopenrequest.h
+++ b/ktouch/src/ktouchopenrequest.h
@@ -51,7 +51,7 @@
/// the user).
///
class KTouchOpenRequest : public KTouchOpenRequestDlg {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/ktouch/src/ktouchslideline.h b/ktouch/src/ktouchslideline.h
index 2f8178c4..f438366a 100644
--- a/ktouch/src/ktouchslideline.h
+++ b/ktouch/src/ktouchslideline.h
@@ -32,7 +32,7 @@ class TQPainter;
///
/// Please refer to the documentation 'sliding_line_widget.pdf' in the doc folder.
class KTouchSlideLine : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor
diff --git a/ktouch/src/ktouchstatistics.h b/ktouch/src/ktouchstatistics.h
index ae136dd6..5adce58e 100644
--- a/ktouch/src/ktouchstatistics.h
+++ b/ktouch/src/ktouchstatistics.h
@@ -26,7 +26,7 @@ class KURL;
/// Implementation of the statistics widget
class KTouchStatistics : public KTouchStatisticsDlg {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor, takes a pointer to the trainer object.
diff --git a/ktouch/src/ktouchstatus.h b/ktouch/src/ktouchstatus.h
index 00a95d77..a01c1e4e 100644
--- a/ktouch/src/ktouchstatus.h
+++ b/ktouch/src/ktouchstatus.h
@@ -26,7 +26,7 @@
* The "new characters" string is set using the member function setNewChars().
*/
class KTouchStatus : public KTouchStatusLayout {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor
diff --git a/ktouch/src/ktouchtrainer.h b/ktouch/src/ktouchtrainer.h
index 009594b8..fd4c516d 100644
--- a/ktouch/src/ktouchtrainer.h
+++ b/ktouch/src/ktouchtrainer.h
@@ -58,7 +58,7 @@ class KTouchLecture;
/// and the statusbar of the main window). In this member function also the word count of the current line
/// is updated.
class KTouchTrainer : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor.