summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/kvncconndlg.h
blob: 5e847501fea0bcff3202453efe46c32ee974ae1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// -*- c++ -*-

#ifndef KVNCCONNECTION_H
#define KVNCCONNECTION_H

#include "kvncconndlgbase.h"
#include "krfbserver.h"


class KVNCConnDlg : public KVNCConnDlgBase
{
		Q_OBJECT

		public:
				KVNCConnDlg(  KRFBServer *options,
								QWidget *parent = 0, char *name = 0, bool modal = true );
				~KVNCConnDlg();

		protected:
				void accept();
		private slots:
				void save();
				void showPassword(int);

		private:
				KRFBServer tmpOptions;
				KRFBServer * options;
};

#endif // KVNCCONNECTION_H