author | alwin <alwin> | 2004-02-27 01:17:31 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-27 01:17:31 (UTC) |
commit | ad932d21d169250e11b709327b5e9485599b8404 (patch) (unidiff) | |
tree | b56e0bf610b695941fcdbe798310c663c2aaae72 | |
parent | 8de117d74a9a0672ae6ec809a1a17fdb29226290 (diff) | |
download | opie-ad932d21d169250e11b709327b5e9485599b8404.zip opie-ad932d21d169250e11b709327b5e9485599b8404.tar.gz opie-ad932d21d169250e11b709327b5e9485599b8404.tar.bz2 |
included the wrong ofiledialog.h
-rw-r--r-- | core/applets/screenshotapplet/inputDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/screenshotapplet/inputDialog.cpp b/core/applets/screenshotapplet/inputDialog.cpp index da8e276..f506dfd 100644 --- a/core/applets/screenshotapplet/inputDialog.cpp +++ b/core/applets/screenshotapplet/inputDialog.cpp | |||
@@ -11,5 +11,5 @@ | |||
11 | #include <qpe/resource.h> | 11 | #include <qpe/resource.h> |
12 | 12 | ||
13 | #include <opie/ofiledialog.h> | 13 | #include <opie2/ofiledialog.h> |
14 | 14 | ||
15 | #include <qlineedit.h> | 15 | #include <qlineedit.h> |
@@ -62,5 +62,5 @@ void InputDialog::browse() { | |||
62 | types.insert("Video", video ); | 62 | types.insert("Video", video ); |
63 | 63 | ||
64 | QString str = OFileDialog::getOpenFileName( 1,"/","", types, 0 ); | 64 | QString str = Opie::OFileDialog::getOpenFileName( 1,"/","", types, 0 ); |
65 | LineEdit1->setText(str); | 65 | LineEdit1->setText(str); |
66 | } | 66 | } |