summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/display
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:31 +0900
commit3dfa327a51cb19eb929ded62a239678a8d28dfb6 (patch)
tree9eaa8873c60146896c097c18294e9d982ccb17e1 /bibletime/frontend/display
parent7c699d2de3fe501b4e65dae4c255dc2fec278888 (diff)
downloadbibletime-3dfa327a51cb19eb929ded62a239678a8d28dfb6.tar.gz
bibletime-3dfa327a51cb19eb929ded62a239678a8d28dfb6.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'bibletime/frontend/display')
-rw-r--r--bibletime/frontend/display/cdisplay.h2
-rw-r--r--bibletime/frontend/display/chtmlreaddisplay.h4
-rw-r--r--bibletime/frontend/display/chtmlwritedisplay.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/bibletime/frontend/display/cdisplay.h b/bibletime/frontend/display/cdisplay.h
index 19ae581..39685fd 100644
--- a/bibletime/frontend/display/cdisplay.h
+++ b/bibletime/frontend/display/cdisplay.h
@@ -141,7 +141,7 @@ private:
};
class CDisplayConnections : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
CDisplayConnections( CDisplay* parent );
diff --git a/bibletime/frontend/display/chtmlreaddisplay.h b/bibletime/frontend/display/chtmlreaddisplay.h
index 6711698..e469246 100644
--- a/bibletime/frontend/display/chtmlreaddisplay.h
+++ b/bibletime/frontend/display/chtmlreaddisplay.h
@@ -31,7 +31,7 @@ class CHTMLReadDisplayView;
* @author The BibleTime team
*/
class CHTMLReadDisplay : public TDEHTMLPart, public CReadDisplay {
- Q_OBJECT
+ TQ_OBJECT
public:
//reimplemented functions from CDisplay
@@ -113,7 +113,7 @@ protected slots:
};
class CHTMLReadDisplayView : public TDEHTMLView, public CPointers {
- Q_OBJECT
+ TQ_OBJECT
protected: // Protected methods
friend class CHTMLReadDisplay;
diff --git a/bibletime/frontend/display/chtmlwritedisplay.h b/bibletime/frontend/display/chtmlwritedisplay.h
index 0d81610..6c7ee6e 100644
--- a/bibletime/frontend/display/chtmlwritedisplay.h
+++ b/bibletime/frontend/display/chtmlwritedisplay.h
@@ -33,7 +33,7 @@ class KColorButton;
* @author The BibleTime team
*/
class CHTMLWriteDisplay : public CPlainWriteDisplay {
- Q_OBJECT
+ TQ_OBJECT
public:
/**