From f6f0cd02ceec72a971616de253d736a94a730397 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 22 Mar 2002 16:14:18 +0000 Subject: make something kewl possible --- (limited to 'core/launcher/mediummountgui.h') 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 @@ -17,7 +17,7 @@ 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: @@ -43,11 +43,12 @@ public: private: void startGui(); void readConfig(); - void writeConfig(); + void writeConfig(bool checkagain); private slots: - void yesPressed(); - void noPressed(); + void yesPressed(); + void noPressed(); + private: QString mediumPath; @@ -56,9 +57,9 @@ private: bool checkmimeimage; bool checkmimetext; bool checkmimevideo; -QString limittodirs; -QStringList mimeTypeList; + QString limittodirs; + QStringList mimeTypeList; }; -#endif \ No newline at end of file +#endif -- cgit v0.9.0.2