@ -58,8 +58,6 @@ public:
* and cannot be unchecked.
*/
void setMasterSession(Session *session);
/** See setMasterSession() */
Session *masterSession() const;
/** Sets the sessions in the list which are checked. */
void setChosenSessions(const QSet<Session *> &sessions);
@ -40,7 +40,6 @@ private Q_SLOTS:
private:
KParts::Part* createPart();
void sleep(int msecs = 10000);
KParts::Part* _terminalPart;
@ -683,9 +683,6 @@ Q_SIGNALS:
void changeForegroundColorRequest(const QColor &);
/** TODO: Document me. */
void openUrlRequest(const QString &url);
/**
* Emitted when the request for data transmission through ZModem
* protocol is detected.