summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole/commandeditdialogbase.h
authormark <mark>2002-02-04 18:17:20 (UTC)
committer mark <mark>2002-02-04 18:17:20 (UTC)
commit42136607550f28150fec856ed1048022750cb2b7 (patch) (unidiff)
treeda8c9b03384ada3e39d9d62c457a64b7d69506a2 /core/apps/embeddedkonsole/commandeditdialogbase.h
parent946f23d8cdb9a02175ba173ebed9a0aeb9c7c677 (diff)
downloadopie-42136607550f28150fec856ed1048022750cb2b7.zip
opie-42136607550f28150fec856ed1048022750cb2b7.tar.gz
opie-42136607550f28150fec856ed1048022750cb2b7.tar.bz2
These should not be here - they are generated by uic from a .ui
Diffstat (limited to 'core/apps/embeddedkonsole/commandeditdialogbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/commandeditdialogbase.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/core/apps/embeddedkonsole/commandeditdialogbase.h b/core/apps/embeddedkonsole/commandeditdialogbase.h
deleted file mode 100644
index 6a37ec9..0000000
--- a/core/apps/embeddedkonsole/commandeditdialogbase.h
+++ b/dev/null
@@ -1,46 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'commandeditdialogbase.ui'
3**
4** Created: Sun Feb 3 15:23:28 2002
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef COMMANDEDITDIALOGBASE_H
10#define COMMANDEDITDIALOGBASE_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class PlayListSelection;
18class QLabel;
19class QListView;
20class QListViewItem;
21class QToolButton;
22
23class CommandEditDialogBase : public QDialog
24{
25 Q_OBJECT
26
27public:
28 CommandEditDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29 ~CommandEditDialogBase();
30
31 QLabel* TextLabel1;
32 QToolButton* ToolButton1;
33 QToolButton* ToolButton2;
34 QToolButton* ToolButton3;
35 QToolButton* ToolButton4;
36 QToolButton* ToolButton5;
37 QLabel* TextLabel1_2;
38 PlayListSelection* m_PlayListSelection;
39 QListView* m_SuggestedCommandList;
40
41protected:
42 QGridLayout* CommandEditDialogBaseLayout;
43 QVBoxLayout* Layout2;
44};
45
46#endif // COMMANDEDITDIALOGBASE_H