summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/quickconnect.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-24 10:41:32 +0900
commit13b11d87680c806e278838af89abf145e01e5378 (patch)
tree88893a4f2b7929fb1c1fe7a13d94d62fc2f1e169 /kftpgrabber/src/widgets/quickconnect.h
parentcebcf96101a1ce3a62d4b998f0619821c85ffc1e (diff)
downloadkftpgrabber-13b11d87680c806e278838af89abf145e01e5378.tar.gz
kftpgrabber-13b11d87680c806e278838af89abf145e01e5378.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit df401fe04d01138ad1960bd89b4a71d558ebbf5a)
Diffstat (limited to 'kftpgrabber/src/widgets/quickconnect.h')
-rw-r--r--kftpgrabber/src/widgets/quickconnect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/quickconnect.h b/kftpgrabber/src/widgets/quickconnect.h
index 38b23b7..677e728 100644
--- a/kftpgrabber/src/widgets/quickconnect.h
+++ b/kftpgrabber/src/widgets/quickconnect.h
@@ -59,7 +59,7 @@ namespace Bookmarks {
*/
class QuickConnectDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
QuickConnectDialog(TQWidget *parent = 0, const char *name = 0);
~QuickConnectDialog();