-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 | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
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> |
16 | #include <qlayout.h> | 16 | #include <qlayout.h> |
@@ -61,7 +61,7 @@ void InputDialog::browse() { | |||
61 | types.insert("Audio", audio ); | 61 | types.insert("Audio", audio ); |
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 | } |
67 | 67 | ||