aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kioslave/kio_plp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/kioslave/kio_plp.h')
-rw-r--r--kde2/kioslave/kio_plp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kde2/kioslave/kio_plp.h b/kde2/kioslave/kio_plp.h
index 49176f0..c17436e 100644
--- a/kde2/kioslave/kio_plp.h
+++ b/kde2/kioslave/kio_plp.h
@@ -26,6 +26,7 @@
#include <qstringlist.h>
#include <qmap.h>
#include <rfsv.h>
+#include <rpcs.h>
#include <ppsocket.h>
typedef QMap<PlpUID,QString> UidMap;
@@ -77,6 +78,8 @@ private:
int currentPort;
time_t t_last;
time_t t_start;
+ Enum<rpcs::machs> machType;
+ rpcs::machineInfo mi;
};
#endif