summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpbookmarkaction.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-10 17:24:58 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-09-17 10:06:44 +0900
commita9360ae6833bd5e95d36e0b62767725a121f4198 (patch)
treeea4ebeb16b66f2a3515fcb600c9d01bf4bd7c469 /kftpgrabber/src/kftpbookmarkaction.cpp
parentd2a45e163c720ada08ffee4444f5833cf89d1c75 (diff)
downloadkftpgrabber-a9360ae6833bd5e95d36e0b62767725a121f4198.tar.gz
kftpgrabber-a9360ae6833bd5e95d36e0b62767725a121f4198.zip
Remove KDE_IS_VERSION definition.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit c0822095d4f1706dc80a7b01a77516cd77d6e77d)
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)