author | dwmw2 <dwmw2> | 2002-05-09 17:27:32 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-05-09 17:27:32 (UTC) |
commit | b9d7463dde0158b06ccbdc014ef20aa8569454a5 (patch) (unidiff) | |
tree | 70b02323354ef3f4fdab8199eaeadd1fdc9e8ab8 | |
parent | 52ddcfe41eaaf782d477b3e0312b2f5e0f71489c (diff) | |
download | opie-b9d7463dde0158b06ccbdc014ef20aa8569454a5.zip opie-b9d7463dde0158b06ccbdc014ef20aa8569454a5.tar.gz opie-b9d7463dde0158b06ccbdc014ef20aa8569454a5.tar.bz2 |
remove crap again
-rw-r--r-- | core/apps/textedit/fileBrowser.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h index 45c8b8f..352cb51 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h | |||
@@ -109,18 +109,12 @@ class InputDialog : public QDialog | |||
109 | { | 109 | { |
110 | Q_OBJECT | 110 | Q_OBJECT |
111 | 111 | ||
112 | public: | 112 | public: |
113 | InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | 113 | InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); |
114 | ~InputDialog(); | 114 | ~InputDialog(); |
115 | QString inputText; | 115 | QString inputText; |
116 | QLineEdit* LineEdit1; | 116 | QLineEdit* LineEdit1; |
117 | void setTextEdit(const QString &); | 117 | void setTextEdit(const QString &); |
118 | }; | 118 | }; |
119 | 119 | ||
120 | #endif // FILEBROWSER_H | 120 | #endif // FILEBROWSER_H |
121 | QString inputText; | ||
122 | QLineEdit* LineEdit1; | ||
123 | void setTextEdit(const QString &); | ||
124 | }; | ||
125 | |||
126 | #endif // FILEBROWSER_H | ||