summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/app
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-29 23:02:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-29 23:02:48 -0500
commit4dbe57682c156d76db447d814609424bb7e11aca (patch)
treefae5d851e0a993ba88ac82d10b6ac7f9261c2198 /clients/tde/src/app
parent67f0b146ecc82da4511bfe72bdbe4f850c263d8c (diff)
downloadulab-4dbe57682c156d76db447d814609424bb7e11aca.tar.gz
ulab-4dbe57682c156d76db447d814609424bb7e11aca.zip
Get rid of processEvents calls in viewer part
Diffstat (limited to 'clients/tde/src/app')
-rw-r--r--clients/tde/src/app/remotemdi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tde/src/app/remotemdi.h b/clients/tde/src/app/remotemdi.h
index d1a8263..ccc1fa4 100644
--- a/clients/tde/src/app/remotemdi.h
+++ b/clients/tde/src/app/remotemdi.h
@@ -69,7 +69,8 @@ class RemoteMDI : public KMdiMainFrm
protected:
virtual bool queryClose();
-
+
+ private:
unsigned m_children;
TQString m_serverHost;
@@ -79,7 +80,6 @@ class RemoteMDI : public KMdiMainFrm
int connToServerState;
TQTimer *connToServerTimeoutTimer;
- private:
KAction *connect_action;
KAction *disconnect_action;
KAction *inst_sa_menu;