author | llornkcor <llornkcor> | 2002-05-09 16:37:21 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-05-09 16:37:21 (UTC) |
commit | bdb0fabbab969d7ebb7f1e0c1396070123c33e7e (patch) (unidiff) | |
tree | 4638ad5313dbe28777d52c84d245671727da7c45 | |
parent | 168d7dcdaee8555365af4c918dc941d8cc0dcb68 (diff) | |
download | opie-bdb0fabbab969d7ebb7f1e0c1396070123c33e7e.zip opie-bdb0fabbab969d7ebb7f1e0c1396070123c33e7e.tar.gz opie-bdb0fabbab969d7ebb7f1e0c1396070123c33e7e.tar.bz2 |
fixed weirdness
-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 515da3d..e89b62b 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h | |||
@@ -104,22 +104,16 @@ protected: | |||
104 | }; | 104 | }; |
105 | 105 | ||
106 | 106 | ||
107 | class InputDialog : public QDialog | 107 | class InputDialog : public QDialog |
108 | { | 108 | { |
109 | Q_OBJECT | 109 | Q_OBJECT |
110 | 110 | ||
111 | public: | 111 | public: |
112 | InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | 112 | InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); |
113 | ~InputDialog(); | 113 | ~InputDialog(); |
114 | QString inputText; | 114 | QString inputText; |
115 | QLineEdit* LineEdit1; | 115 | QLineEdit* LineEdit1; |
116 | void setTextEdit(const QString &); | 116 | void setTextEdit(const QString &); |
117 | }; | 117 | }; |
118 | 118 | ||
119 | #endif // FILEBROWSER_H | 119 | #endif // FILEBROWSER_H |
120 | QString inputText; | ||
121 | QLineEdit* LineEdit1; | ||
122 | void setTextEdit(const QString &); | ||
123 | }; | ||
124 | |||
125 | #endif // FILEBROWSER_H | ||