From b87b33dc1f6e8e1276a7035ab7a3e53b8ed4bd16 Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 08 Aug 2003 15:09:29 +0000 Subject: Merging all changes from BRANCH_1_0. --- (limited to 'libopie/ofiledialog.h') diff --git a/libopie/ofiledialog.h b/libopie/ofiledialog.h index 309086b..91e0586 100644 --- a/libopie/ofiledialog.h +++ b/libopie/ofiledialog.h @@ -44,7 +44,7 @@ *
  * QMap mimeTypes;
  * QStringList types;
- * types << "text/* ";
+ * types << "text[slash]* ";
  * mimeTypes.insert( tr("Text"), types );
  * mimeTypes.insert( tr("All"), " * / * " ); // remove the spaces in the 2nd comment
  * QString fileName= OFileDialog::getOpenFileName( OFileSelector::EXTENDED_ALL,
@@ -96,5 +96,6 @@ class OFileDialog : public QDialog {
  private slots:
   void slotFileSelected( const QString & );
   void slotDirSelected(const QString & );
+  void slotSelectorOk();
 };
 #endif
--
cgit v0.9.0.2