summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/app/remotemdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tde/src/app/remotemdi.h')
-rw-r--r--clients/tde/src/app/remotemdi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/clients/tde/src/app/remotemdi.h b/clients/tde/src/app/remotemdi.h
index ff93ea2..fe21d7f 100644
--- a/clients/tde/src/app/remotemdi.h
+++ b/clients/tde/src/app/remotemdi.h
@@ -9,7 +9,7 @@
#endif
#include <tqvaluelist.h>
-#include <kmdimainfrm.h>
+#include <tdemdimainfrm.h>
#include <tdekrbclientsocket.h>
@@ -89,9 +89,9 @@ class RemoteMDI : public KMdiMainFrm
TQTimer *connToServerTimeoutTimer;
TQTimer *masterPollTimer;
- KAction *connect_action;
- KAction *disconnect_action;
- TQPtrList<KAction> m_instrumentActionList;
+ TDEAction *connect_action;
+ TDEAction *disconnect_action;
+ TQPtrList<TDEAction> m_instrumentActionList;
StationType m_activeStation;
};