summaryrefslogtreecommitdiff
path: root/noncore/settings/tabmanager/app.h
Unidiff
Diffstat (limited to 'noncore/settings/tabmanager/app.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/tabmanager/app.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/noncore/settings/tabmanager/app.h b/noncore/settings/tabmanager/app.h
deleted file mode 100644
index ffa6222..0000000
--- a/noncore/settings/tabmanager/app.h
+++ b/dev/null
@@ -1,41 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'app.ui'
3**
4** Created: Fri May 3 14:38:09 2002
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef APPEDIT_H
10#define APPEDIT_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QLabel;
18class QLineEdit;
19
20class AppEdit : public QDialog
21{
22 Q_OBJECT
23
24public:
25 AppEdit( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
26 ~AppEdit();
27
28 QLabel* TextLabel3;
29 QLabel* TextLabel4;
30 QLabel* TextLabel2;
31 QLabel* TextLabel1;
32 QLineEdit* iconLineEdit;
33 QLineEdit* nameLineEdit;
34 QLineEdit* commentLineEdit;
35 QLineEdit* execLineEdit;
36
37protected:
38 QGridLayout* AppEditLayout;
39};
40
41#endif // APPEDIT_H