diff options
Diffstat (limited to 'src/processcontroller.h')
| -rw-r--r-- | src/processcontroller.h | 6 |
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; |
