From 8a243adc61fc9c8a48fa9061f0eba12c7b345d70 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 15:07:48 +0000 Subject: Opie2 and ODP changes Also try to make signals/slots syntax obey the namespaces --- (limited to 'noncore/tools/clock/setAlarm.cpp') diff --git a/noncore/tools/clock/setAlarm.cpp b/noncore/tools/clock/setAlarm.cpp index 6fec5a0..9d5fc49 100644 --- a/noncore/tools/clock/setAlarm.cpp +++ b/noncore/tools/clock/setAlarm.cpp @@ -32,6 +32,7 @@ #include #include +using namespace Opie::Ui; Set_Alarm::Set_Alarm( QWidget* parent, const char* name, bool modal, WFlags fl ) : QDialog( parent, name, modal, fl ) { @@ -209,7 +210,7 @@ void Set_Alarm::slotChangemp3CkeckBox(bool b) { QStringList text; text << "audio/*"; map.insert(tr("Audio"), text ); - QString str = Opie::OFileDialog::getOpenFileName( 2,"/", QString::null, map);//,"", "*", this ); + QString str = OFileDialog::getOpenFileName( 2,"/", QString::null, map);//,"", "*", this ); // QString str = Opie::OFileDialog::getOpenFileName( 2,"/");//,"", "*", this ); if(!str.isEmpty() ) { qDebug(str); -- cgit v0.9.0.2