summaryrefslogtreecommitdiffstats
path: root/src/processcontroller.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 21:55:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 21:55:28 +0900
commit7d396d9e98ca9f2f63edb83759d1d66c140f914d (patch)
tree38cd821af65b16d509ec6ff00c8272b4a329e141 /src/processcontroller.h
parent04923b4c24f2975b6cee0df3d9dbcbd1af528d40 (diff)
downloadkstreamripper-7d396d9e98ca9f2f63edb83759d1d66c140f914d.tar.gz
kstreamripper-7d396d9e98ca9f2f63edb83759d1d66c140f914d.zip
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/processcontroller.h')
-rw-r--r--src/processcontroller.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/processcontroller.h b/src/processcontroller.h
index 16b3358..327319f 100644
--- a/src/processcontroller.h
+++ b/src/processcontroller.h
@@ -26,9 +26,7 @@
#include <tqtimer.h>
#include <tqobject.h>
#include <tdeversion.h>
-#if KDE_IS_VERSION(3,3,90)
#include <dnssd/remoteservice.h>
-#endif
class ProcessListViewItem;
@@ -43,10 +41,8 @@ public:
bool getStatus();
bool getAutomatic();
void setAutomatic(bool a);
-#if KDE_IS_VERSION(3,3,90)
DNSSD::RemoteService::Ptr getService();
void setService(DNSSD::RemoteService::Ptr service);
-#endif
void setUrl(TQString Url);
void setDescription(TQString Description);
TQString getUrl();
@@ -66,9 +62,7 @@ private:
bool myStatus;
bool myAutomatic;
bool myUnicodeEnabled;
-#if KDE_IS_VERSION(3,3,90)
DNSSD::RemoteService::Ptr myService;
-#endif
TQProcess * myProcess;
TQString myUrl;
TQString myDescription;