diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-23 17:23:49 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-23 17:23:49 -0500 |
commit | 8dcfe72c396a6f0c4bafd2ed23ba52a475154ef2 (patch) | |
tree | a0a77ec1d7d7cd826e1f2ba92ea4f96351bae5e3 /clients/tde/src/app/remotemdi.h | |
parent | b48b26b86975d2166a4da7fc41086facefb3c4f2 (diff) | |
download | ulab-8dcfe72c396a6f0c4bafd2ed23ba52a475154ef2.tar.gz ulab-8dcfe72c396a6f0c4bafd2ed23ba52a475154ef2.zip |
Fix a number of crashes and generally clean up the code
Diffstat (limited to 'clients/tde/src/app/remotemdi.h')
-rw-r--r-- | clients/tde/src/app/remotemdi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/tde/src/app/remotemdi.h b/clients/tde/src/app/remotemdi.h index 8bd5f2f..9270ee0 100644 --- a/clients/tde/src/app/remotemdi.h +++ b/clients/tde/src/app/remotemdi.h @@ -47,7 +47,6 @@ class RemoteMDI : public KMdiMainFrm public slots: virtual void childWindowCloseRequest(KMdiChildView *pWnd); - void processCloseList(); protected slots: void openNewWindow(KMdiChildView *view=0); @@ -62,6 +61,7 @@ class RemoteMDI : public KMdiMainFrm void configKeys(); void connectToServer(); void disconnectFromServer(); + void promptForStationType(); void connectionClosedHandler(); void processLockouts(); void startSpectrumAnalyzer(); @@ -73,7 +73,6 @@ class RemoteMDI : public KMdiMainFrm TQString m_serverHost; TQValueList<KMdiChildView*> m_window; - TQValueList<KMdiChildView*> m_closelist; KListBox *m_listBox; TDEKerberosClientSocket* m_rsvSvrSocket; |