summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/severityselectdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
commit44548d3e71aab859c1547104f3419fd288add594 (patch)
tree16e117503409cd83a1af0b59a0cfa362316c9635 /kbugbuster/gui/severityselectdialog.h
parentb6f300eb213c1eaa7d3a1cece80cc9e7c46dc578 (diff)
downloadtdesdk-44548d3e71aab859c1547104f3419fd288add594.tar.gz
tdesdk-44548d3e71aab859c1547104f3419fd288add594.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbugbuster/gui/severityselectdialog.h')
-rw-r--r--kbugbuster/gui/severityselectdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/severityselectdialog.h b/kbugbuster/gui/severityselectdialog.h
index ada0e34d..ee69aab7 100644
--- a/kbugbuster/gui/severityselectdialog.h
+++ b/kbugbuster/gui/severityselectdialog.h
@@ -7,7 +7,7 @@
class SeveritySelectDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
SeveritySelectDialog(TQWidget *parent=0,const char *name=0);