summaryrefslogtreecommitdiff
path: root/libopie/ofileselector.h
Unidiff
Diffstat (limited to 'libopie/ofileselector.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/ofileselector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/ofileselector.h b/libopie/ofileselector.h
index f2d5f84..17c494e 100644
--- a/libopie/ofileselector.h
+++ b/libopie/ofileselector.h
@@ -171,25 +171,25 @@ class OFileSelector : public QWidget {
171 171
172 // void updateLay(); 172 // void updateLay();
173 173
174 void reparse(); // re reads the dir 174 void reparse(); // re reads the dir
175 175
176 QString selectedName( )const; 176 QString selectedName( )const;
177 QStringList selectedNames()const; 177 QStringList selectedNames()const;
178 178
179 QString selectedPath() const; 179 QString selectedPath() const;
180 QStringList selectedPaths() const; 180 QStringList selectedPaths() const;
181 181
182 QString directory()const; 182 QString directory()const;
183 int fileCount(); 183 int fileCount() const;
184 184
185 /* the user needs to delete it */ 185 /* the user needs to delete it */
186 DocLnk selectedDocument()const; 186 DocLnk selectedDocument()const;
187 /* the user needs to delete it */ 187 /* the user needs to delete it */
188 QValueList<DocLnk> selectedDocuments()const; 188 QValueList<DocLnk> selectedDocuments()const;
189 189
190 signals: 190 signals:
191 void fileSelected( const DocLnk & ); 191 void fileSelected( const DocLnk & );
192 void fileSelected( const QString & ); 192 void fileSelected( const QString & );
193 void dirSelected(const QString &dir ); 193 void dirSelected(const QString &dir );
194 void closeMe(); 194 void closeMe();
195 void ok(); 195 void ok();