summaryrefslogtreecommitdiff
authorzecke <zecke>2002-04-28 08:28:09 (UTC)
committer zecke <zecke>2002-04-28 08:28:09 (UTC)
commitf68f837aec3d6ddd24c2281cadc02bda5d8678e1 (patch) (unidiff)
treeada0d1ad10356700ceae9b629ac0379fd82e5d24
parent61cc74e0e4602d0df07b250f2786f0f0e96da28f (diff)
downloadopie-f68f837aec3d6ddd24c2281cadc02bda5d8678e1.zip
opie-f68f837aec3d6ddd24c2281cadc02bda5d8678e1.tar.gz
opie-f68f837aec3d6ddd24c2281cadc02bda5d8678e1.tar.bz2
remove the dependency on oconfig
Diffstat (more/less context) (ignore 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
@@ -3,33 +3,33 @@
3 3
4#include <qvariant.h> 4#include <qvariant.h>
5#include <qcheckbox.h> 5#include <qcheckbox.h>
6#include <qgroupbox.h> 6#include <qgroupbox.h>
7#include <qlabel.h> 7#include <qlabel.h>
8#include <qlineedit.h> 8#include <qlineedit.h>
9#include <qpushbutton.h> 9#include <qpushbutton.h>
10#include <qlayout.h> 10#include <qlayout.h>
11#include <qtooltip.h> 11#include <qtooltip.h>
12#include <qwhatsthis.h> 12#include <qwhatsthis.h>
13#include <qimage.h> 13#include <qimage.h>
14#include <qpixmap.h> 14#include <qpixmap.h>
15 15
16#include <qpe/resource.h> 16#include <qpe/resource.h>
17#include <qpe/config.h> 17#include <qpe/config.h>
18 18
19#include <opie/oconfig.h> 19#include <qpe/config.h>
20 20
21 21
22#include <qapplication.h> 22#include <qapplication.h>
23 23
24 24
25MediumMountGui::MediumMountGui( Config *cfg, const QString &path ,QWidget* parent, const char* name, bool , WFlags ) 25MediumMountGui::MediumMountGui( Config *cfg, const QString &path ,QWidget* parent, const char* name, bool , WFlags )
26 : QDialog( parent, name, true ) { 26 : QDialog( parent, name, true ) {
27 27
28 m_cfg = cfg; 28 m_cfg = cfg;
29 QWidget *d = QApplication::desktop(); 29 QWidget *d = QApplication::desktop();
30 int w=d->width(); 30 int w=d->width();
31 int h=d->height(); 31 int h=d->height();
32 resize( w , h ); 32 resize( w , h );
33 setCaption( tr( "Medium inserted" ) ); 33 setCaption( tr( "Medium inserted" ) );
34 34
35 mediumPath = path; 35 mediumPath = path;