summaryrefslogtreecommitdiffstats
path: root/src/modules/toolbareditor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:09:37 +0900
commit6df27473e52921dbfb268945c748639f1cf806e4 (patch)
treed7d3d6d697f4e8b25e8b2f125bbec284f5dab741 /src/modules/toolbareditor
parent5e2a1ae3feaa4b6f0f8cca5abc8326612f1c4ca0 (diff)
downloadkvirc-6df27473e52921dbfb268945c748639f1cf806e4.tar.gz
kvirc-6df27473e52921dbfb268945c748639f1cf806e4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/toolbareditor')
-rw-r--r--src/modules/toolbareditor/toolbareditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/toolbareditor/toolbareditor.h b/src/modules/toolbareditor/toolbareditor.h
index 91266ca..e74d3b5 100644
--- a/src/modules/toolbareditor/toolbareditor.h
+++ b/src/modules/toolbareditor/toolbareditor.h
@@ -35,7 +35,7 @@ class KviActionDrawer;
class KviCustomizeToolBarsDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
protected:
KviCustomizeToolBarsDialog(TQWidget * p);
@@ -68,7 +68,7 @@ class TQPushButton;
class KviCustomToolBarPropertiesDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
KviCustomToolBarPropertiesDialog(TQWidget * p,const TQString &szText,const TQString &szId = TQString(),const TQString &szLabel = TQString(),const TQString &szIconId = TQString());
@@ -101,7 +101,7 @@ class TQTimer;
class KviTrashcanLabel : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
KviTrashcanLabel(TQWidget * p);