summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpbookmarkaction.h
diff options
context:
space:
mode:
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);