summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/bookmarks/editor.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/bookmarks/editor.h
parentcebcf96101a1ce3a62d4b998f0619821c85ffc1e (diff)
downloadkftpgrabber-13b11d87.tar.gz
kftpgrabber-13b11d87.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/bookmarks/editor.h')
-rw-r--r--kftpgrabber/src/widgets/bookmarks/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/bookmarks/editor.h b/kftpgrabber/src/widgets/bookmarks/editor.h
index f367dc6..4c5b492 100644
--- a/kftpgrabber/src/widgets/bookmarks/editor.h
+++ b/kftpgrabber/src/widgets/bookmarks/editor.h
@@ -62,7 +62,7 @@ class ListView;
*/
class BookmarkEditor : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
BookmarkEditor(TQWidget *parent = 0, const char *name = 0);
BookmarkEditor(ListViewItem *item, TQWidget *parent = 0, const char *name = 0);