diff options
Diffstat (limited to 'krdc/krdc.h')
-rw-r--r-- | krdc/krdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/krdc.h b/krdc/krdc.h index a264e11e..9c8ed657 100644 --- a/krdc/krdc.h +++ b/krdc/krdc.h @@ -66,7 +66,7 @@ class KRDC : public TQWidget TQ_OBJECT private: SmartPtr<KProgressDialog> m_progressDialog; // dialog, displayed while connecting - TQVBoxLayout *m_layout; // the tqlayout for autosizing the scrollview + TQVBoxLayout *m_layout; // the layout for autosizing the scrollview TQScrollView *m_scrollView; // scrollview that contains the remote widget KProgress *m_progress; // progress bar for the dialog KRemoteView *m_view; // the remote widget (e.g. KVncView) |