summaryrefslogtreecommitdiff
path: root/core/launcher/mediummountgui.h
authorzecke <zecke>2002-03-22 16:14:18 (UTC)
committer zecke <zecke>2002-03-22 16:14:18 (UTC)
commitf6f0cd02ceec72a971616de253d736a94a730397 (patch) (side-by-side diff)
treec89241377d61bd568b5381b0880ac9c04a55d1a8 /core/launcher/mediummountgui.h
parent3e2720971a92079e56f61ad257ef6c2df2a2b0b4 (diff)
downloadopie-f6f0cd02ceec72a971616de253d736a94a730397.zip
opie-f6f0cd02ceec72a971616de253d736a94a730397.tar.gz
opie-f6f0cd02ceec72a971616de253d736a94a730397.tar.bz2
make something kewl possible
Diffstat (limited to 'core/launcher/mediummountgui.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/mediummountgui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/launcher/mediummountgui.h b/core/launcher/mediummountgui.h
index a7f3701..9802b29 100644
--- a/core/launcher/mediummountgui.h
+++ b/core/launcher/mediummountgui.h
@@ -14,13 +14,13 @@ class QPushButton;
class MediumMountGui : public QDialog
{
Q_OBJECT
public:
- MediumMountGui( const QString &path = "/tmp/", QWidget* parent = 0, const char* name = 0, bool modal = FALSE ,WFlags fl = 0 );
+ MediumMountGui( const QString &path = "tmp/", QWidget* parent = 0, const char* name = 0, bool modal = FALSE ,WFlags fl = 0 );
~MediumMountGui();
protected:
QPushButton* quit;
QPushButton* quit_2;
QLabel* DirSelectText_2;
@@ -40,17 +40,18 @@ public:
bool check();
QStringList mimeTypes();
QStringList dirs();
private:
void startGui();
void readConfig();
- void writeConfig();
+ void writeConfig(bool checkagain);
private slots:
void yesPressed();
void noPressed();
+
private:
QString mediumPath;
bool checkagain;
bool checkmimeaudio;
bool checkmimeimage;