From d69b11f67e3118f86d068c38c422984d754e13cc Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 17:37:48 +0000 Subject: Updatet the applets --- (limited to 'core/applets/screenshotapplet/inputDialog.cpp') diff --git a/core/applets/screenshotapplet/inputDialog.cpp b/core/applets/screenshotapplet/inputDialog.cpp index 73ec773..ce03ec0 100644 --- a/core/applets/screenshotapplet/inputDialog.cpp +++ b/core/applets/screenshotapplet/inputDialog.cpp @@ -15,6 +15,7 @@ #include #include +using namespace Opie::Ui; InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl ) : QDialog( parent, name, modal, fl ) { @@ -58,7 +59,7 @@ void InputDialog::browse() { types.insert("Audio", audio ); types.insert("Video", video ); - QString str = Opie::OFileDialog::getOpenFileName( 1,"/","", types, 0 ); + QString str = Opie::Ui::OFileDialog::getOpenFileName( 1,"/","", types, 0 ); LineEdit1->setText(str); } -- cgit v0.9.0.2