summaryrefslogtreecommitdiff
authorzecke <zecke>2002-04-28 08:28:09 (UTC)
committer zecke <zecke>2002-04-28 08:28:09 (UTC)
commitf68f837aec3d6ddd24c2281cadc02bda5d8678e1 (patch) (side-by-side diff)
treeada0d1ad10356700ceae9b629ac0379fd82e5d24
parent61cc74e0e4602d0df07b250f2786f0f0e96da28f (diff)
downloadopie-f68f837aec3d6ddd24c2281cadc02bda5d8678e1.zip
opie-f68f837aec3d6ddd24c2281cadc02bda5d8678e1.tar.gz
opie-f68f837aec3d6ddd24c2281cadc02bda5d8678e1.tar.bz2
remove the dependency on oconfig
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/mediummountgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/mediummountgui.cpp b/core/launcher/mediummountgui.cpp
index f375236..eb2308e 100644
--- a/core/launcher/mediummountgui.cpp
+++ b/core/launcher/mediummountgui.cpp
@@ -1,43 +1,43 @@
#include "mediummountgui.h"
#include <qvariant.h>
#include <qcheckbox.h>
#include <qgroupbox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qpushbutton.h>
#include <qlayout.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
#include <qimage.h>
#include <qpixmap.h>
#include <qpe/resource.h>
#include <qpe/config.h>
-#include <opie/oconfig.h>
+#include <qpe/config.h>
#include <qapplication.h>
MediumMountGui::MediumMountGui( Config *cfg, const QString &path ,QWidget* parent, const char* name, bool , WFlags )
: QDialog( parent, name, true ) {
m_cfg = cfg;
QWidget *d = QApplication::desktop();
int w=d->width();
int h=d->height();
resize( w , h );
setCaption( tr( "Medium inserted" ) );
mediumPath = path;
readConfig();
startGui();
}
void MediumMountGui::readConfig(){
//OConfig cfg (mediumPath +"/.opiestorage.cf");
m_cfg->setGroup("main");