summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpbookmarkaction.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/kftpbookmarkaction.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/kftpbookmarkaction.h')
-rw-r--r--kftpgrabber/src/kftpbookmarkaction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kftpgrabber/src/kftpbookmarkaction.h b/kftpgrabber/src/kftpbookmarkaction.h
index d8cac7b..5a1bfed 100644
--- a/kftpgrabber/src/kftpbookmarkaction.h
+++ b/kftpgrabber/src/kftpbookmarkaction.h
@@ -56,7 +56,7 @@ namespace KFTPBookmarks {
*/
class KFTPWalletAction : public TDEAction
{
-Q_OBJECT
+TQ_OBJECT
public:
KFTPWalletAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name = 0);
@@ -74,7 +74,7 @@ private:
*/
class KFTPZeroconfAction : public TDEAction
{
-Q_OBJECT
+TQ_OBJECT
public:
KFTPZeroconfAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name = 0);
void setSite(DNSSD::RemoteService::Ptr service);
@@ -91,7 +91,7 @@ private:
*/
class KFTPBookmarkAction : public TDEAction
{
-Q_OBJECT
+TQ_OBJECT
public:
KFTPBookmarkAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name = 0);