aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/gatscon/connectdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-libbu++/src/gatscon/connectdlg.h')
-rw-r--r--c++-libbu++/src/gatscon/connectdlg.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/c++-libbu++/src/gatscon/connectdlg.h b/c++-libbu++/src/gatscon/connectdlg.h
index 57ea6cd..7396ef6 100644
--- a/c++-libbu++/src/gatscon/connectdlg.h
+++ b/c++-libbu++/src/gatscon/connectdlg.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONNECT_DLG_H 8#ifndef CONNECT_DLG_H
2#define CONNECT_DLG_H 9#define CONNECT_DLG_H
3 10
@@ -5,13 +12,13 @@
5 12
6class ConnectDlg : public QDialog, protected Ui::ConnectDlg 13class ConnectDlg : public QDialog, protected Ui::ConnectDlg
7{ 14{
8 Q_OBJECT; 15 Q_OBJECT;
9public: 16public:
10 ConnectDlg( QWidget *pParent ); 17 ConnectDlg( QWidget *pParent );
11 virtual ~ConnectDlg(); 18 virtual ~ConnectDlg();
12 19
13 QByteArray getHostname() const; 20 QByteArray getHostname() const;
14 int getPort() const; 21 int getPort() const;
15}; 22};
16 23
17#endif 24#endif