summaryrefslogtreecommitdiff
path: root/libopie/ofileselector.cc
Unidiff
Diffstat (limited to 'libopie/ofileselector.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/ofileselector.cc b/libopie/ofileselector.cc
index 8299b3d..7a67ab2 100644
--- a/libopie/ofileselector.cc
+++ b/libopie/ofileselector.cc
@@ -110,14 +110,14 @@ OFileSelector::OFileSelector( QWidget *wid, int mode, int selector,
110 m_currentDir = dirName; 110 m_currentDir = dirName;
111 init(); 111 init();
112QTimer::singleShot(6*1000, this, SLOT( slotTest() ) ); 112QTimer::singleShot(6*1000, this, SLOT( slotTest() ) );
113} 113}
114 114
115OFileSelector::OFileSelector(const QString &mimeFilter, QWidget *parent, 115OFileSelector::OFileSelector(const QString &mimeFilter, QWidget *parent,
116 const char *name, bool newVisible = TRUE, 116 const char *name, bool newVisible,
117 bool closeVisible = FALSE ) 117 bool closeVisible )
118 : QWidget( parent, name ) 118 : QWidget( parent, name )
119{ 119{
120 m_mimetypes = QStringList::split(";", mimeFilter ); 120 m_mimetypes = QStringList::split(";", mimeFilter );
121 initVars(); 121 initVars();
122 m_currentDir = QPEApplication::documentDir(); 122 m_currentDir = QPEApplication::documentDir();
123 m_mode = OPEN; 123 m_mode = OPEN;