diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:55:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 12:55:05 +0900 |
commit | df401fe04d01138ad1960bd89b4a71d558ebbf5a (patch) | |
tree | 88893a4f2b7929fb1c1fe7a13d94d62fc2f1e169 /kftpgrabber/src/widgets/bookmarks/editortls.h | |
parent | cebcf96101a1ce3a62d4b998f0619821c85ffc1e (diff) | |
download | kftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.tar.gz kftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kftpgrabber/src/widgets/bookmarks/editortls.h')
-rw-r--r-- | kftpgrabber/src/widgets/bookmarks/editortls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/bookmarks/editortls.h b/kftpgrabber/src/widgets/bookmarks/editortls.h index 1b1c6bc..ba72ca5 100644 --- a/kftpgrabber/src/widgets/bookmarks/editortls.h +++ b/kftpgrabber/src/widgets/bookmarks/editortls.h @@ -55,7 +55,7 @@ namespace Bookmarks { */ class BookmarkEditorTLS : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: BookmarkEditorTLS(TQWidget *parent = 0, const char *name = 0); ~BookmarkEditorTLS(); |