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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clients/tde/src/app/remotemdi.h b/clients/tde/src/app/remotemdi.h
index 1be1b70..84b5a82 100644
--- a/clients/tde/src/app/remotemdi.h
+++ b/clients/tde/src/app/remotemdi.h
@@ -53,8 +53,6 @@ class RemoteMDI : public KMdiMainFrm
void currentChanged(KMdiChildView *current);
void closeCurrent();
void closeSpecifiedWindow(KMdiChildView *window);
- void listBoxExecuted(TQListBoxItem *);
- void listBoxRightClicked(TQListBoxItem *);
void childClosed(KMdiChildView *w);
private slots:
@@ -73,9 +71,6 @@ class RemoteMDI : public KMdiMainFrm
unsigned m_children;
TQString m_serverHost;
-
- TQValueList<KMdiChildView*> m_window;
- KListBox *m_listBox;
TDEKerberosClientSocket* m_rsvSvrSocket;