Konsole
RemoteConnectionDialog.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef REMOTECONNECTIONDIALOG_H
00021 #define REMOTECONNECTIONDIALOG_H
00022
00023
00024 #include <KDialog>
00025
00026 namespace Ui
00027 {
00028 class RemoteConnectionDialog;
00029 }
00030
00031 namespace Konsole
00032 {
00033
00034 class RemoteConnectionDialog : public KDialog
00035 {
00036 public:
00037 RemoteConnectionDialog(QWidget* parent = 0 );
00038 ~RemoteConnectionDialog();
00039
00040 QString user() const;
00041 QString host() const;
00042 QString service() const;
00043
00044 QString sessionKey() const;
00045
00046 private:
00047 Ui::RemoteConnectionDialog* _ui;
00048 };
00049
00050 }
00051
00052 #endif // REMOTECONNECTIONDIALOG_H