summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/namedialog.h
authorbenmeyer <benmeyer>2002-10-02 18:53:13 (UTC)
committer benmeyer <benmeyer>2002-10-02 18:53:13 (UTC)
commitc997983c6917885f6c487b942a9b294fa50ae618 (patch) (unidiff)
treeaa876ae8bd51e11e4e0e943f961702c88fba1c8c /noncore/settings/networksettings/namedialog.h
parent56a0a990842a5b57b961c064809aae27f087562d (diff)
downloadopie-c997983c6917885f6c487b942a9b294fa50ae618.zip
opie-c997983c6917885f6c487b942a9b294fa50ae618.tar.gz
opie-c997983c6917885f6c487b942a9b294fa50ae618.tar.bz2
initial commit
Diffstat (limited to 'noncore/settings/networksettings/namedialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/namedialog.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/namedialog.h b/noncore/settings/networksettings/namedialog.h
new file mode 100644
index 0000000..4c4e149
--- a/dev/null
+++ b/noncore/settings/networksettings/namedialog.h
@@ -0,0 +1,36 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'namedialog.ui'
3**
4** Created: Sat Dec 15 04:36:14 2001
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef NAMEDIALOG_H
10#define NAMEDIALOG_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QLineEdit;
18class QPushButton;
19
20class NameDialog : public QDialog
21{
22 Q_OBJECT
23
24public:
25 NameDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
26
27 QLineEdit* Name;
28 QPushButton* cancel;
29 QPushButton* ok;
30 QString go();
31
32protected:
33 QGridLayout* NameDialogLayout;
34};
35
36#endif // NAMEDIALOG_H