summaryrefslogtreecommitdiffstats
path: root/plugins/gui-error-log
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:19:47 +0900
committerMichele Calgaro <[email protected]>2023-07-24 17:53:58 +0900
commit5501a8c78e7c00cfbf72fec8d336a98adffe7e9d (patch)
treedc7e135f288be3f43656e800385b8be4e2939b3e /plugins/gui-error-log
parent9ef2b1a78d3c89f50520d55b93476c9e5eb21369 (diff)
downloadtderadio-5501a8c78e7c00cfbf72fec8d336a98adffe7e9d.tar.gz
tderadio-5501a8c78e7c00cfbf72fec8d336a98adffe7e9d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 08ec56f4b99cd4db951eb1a73a8003be25fa825e)
Diffstat (limited to 'plugins/gui-error-log')
-rw-r--r--plugins/gui-error-log/errorlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-error-log/errorlog.h b/plugins/gui-error-log/errorlog.h
index 26bd0c0..258b1bc 100644
--- a/plugins/gui-error-log/errorlog.h
+++ b/plugins/gui-error-log/errorlog.h
@@ -29,7 +29,7 @@ class ErrorLog : public KDialogBase,
public WidgetPluginBase,
public IErrorLog
{
-Q_OBJECT
+TQ_OBJECT
public:
ErrorLog(const TQString &name = TQString());