diff options
Diffstat (limited to 'lib/libtqtrla/src/tqtrla.h')
| -rw-r--r-- | lib/libtqtrla/src/tqtrla.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libtqtrla/src/tqtrla.h b/lib/libtqtrla/src/tqtrla.h index faca985..fcc1285 100644 --- a/lib/libtqtrla/src/tqtrla.h +++ b/lib/libtqtrla/src/tqtrla.h @@ -56,6 +56,7 @@ namespace KParts protected: TQStringList textForServerError(TQString shortError); TQ_ULONG maximumSocketDataChunkSize(); + void setUsingFixedSize(bool fixed); public: int connectToServer(TQString server); @@ -74,6 +75,7 @@ namespace KParts signals: void statusMessageSet(const TQString&); + void usingFixedSizeChanged(bool); protected: KURL m_url; @@ -85,6 +87,7 @@ namespace KParts bool connToServerConnecting; int connToServerState; TQTimer *connToServerTimeoutTimer; + bool m_fixedSize; private: RemoteInstrumentPartPrivate *d; |
