summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpbookmarkaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/kftpbookmarkaction.cpp')
-rw-r--r--kftpgrabber/src/kftpbookmarkaction.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kftpgrabber/src/kftpbookmarkaction.cpp b/kftpgrabber/src/kftpbookmarkaction.cpp
index c988ae7..650baf5 100644
--- a/kftpgrabber/src/kftpbookmarkaction.cpp
+++ b/kftpgrabber/src/kftpbookmarkaction.cpp
@@ -45,12 +45,10 @@ KFTPZeroconfAction::KFTPZeroconfAction(const TQString &text, const TQString &pix
{
}
-#if KDE_IS_VERSION(3,4,0)
void KFTPZeroconfAction::setSite(DNSSD::RemoteService::Ptr service)
{
m_service = service;
}
-#endif
KFTPBookmarkAction::KFTPBookmarkAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name)
: TDEAction(text, pix, cut, receiver, slot, parent, name)