summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/queueview/queueeditor.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:05 +0900
commitdf401fe04d01138ad1960bd89b4a71d558ebbf5a (patch)
tree88893a4f2b7929fb1c1fe7a13d94d62fc2f1e169 /kftpgrabber/src/widgets/queueview/queueeditor.h
parentcebcf96101a1ce3a62d4b998f0619821c85ffc1e (diff)
downloadkftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.tar.gz
kftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kftpgrabber/src/widgets/queueview/queueeditor.h')
-rw-r--r--kftpgrabber/src/widgets/queueview/queueeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/queueview/queueeditor.h b/kftpgrabber/src/widgets/queueview/queueeditor.h
index 97ff360..c004d1e 100644
--- a/kftpgrabber/src/widgets/queueview/queueeditor.h
+++ b/kftpgrabber/src/widgets/queueview/queueeditor.h
@@ -51,7 +51,7 @@ namespace KFTPWidgets {
*/
class QueueEditor : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
QueueEditor(TQWidget *parent = 0, const char *name = 0);