summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselector.h
Unidiff
Diffstat (limited to 'libopie/ofileselector/ofileselector.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/ofileselector/ofileselector.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/libopie/ofileselector/ofileselector.h b/libopie/ofileselector/ofileselector.h
index a7b363f..bf9a26b 100644
--- a/libopie/ofileselector/ofileselector.h
+++ b/libopie/ofileselector/ofileselector.h
@@ -71,2 +71,3 @@ class OFileView;
71class OLister; 71class OLister;
72class OFileSelectorMain;
72// 73//
@@ -344,2 +345,4 @@ class OFileSelector : public QWidget {
344 QPixmap pixmap( const QString& ); 345 QPixmap pixmap( const QString& );
346 /* our tool bar */
347 QWidget* toolBar();
345 348
@@ -371,2 +374,5 @@ class OFileSelector : public QWidget {
371 374
375 OFileSelectorMain* m_mainView;
376 OLister* m_lister;
377 OFileView* m_fileView;
372 FileSelector* m_select; 378 FileSelector* m_select;
@@ -392,6 +398,5 @@ class OFileSelector : public QWidget {
392 QString m_name; 398 QString m_name;
393 QMap<QString, QStringList> m_mimetypes;
394 399
400 QMap<QString, QStringList> m_mimetypes;
395 401
396 QWidgetStack *m_stack;
397 QVBoxLayout *m_lay; 402 QVBoxLayout *m_lay;
@@ -404,3 +409,2 @@ class OFileSelector : public QWidget {
404 409
405 QPopupMenu *m_custom;
406 410
@@ -422,2 +426,3 @@ class OFileSelector : public QWidget {
422 bool m_showPopup : 1; 426 bool m_showPopup : 1;
427 bool m_showHidden : 1;
423 428
@@ -429,3 +434,2 @@ class OFileSelector : public QWidget {
429 void initializeChooser(); 434 void initializeChooser();
430 void initializeListView();
431 void initializePerm(); 435 void initializePerm();
@@ -440,2 +444,7 @@ class OFileSelector : public QWidget {
440 444
445 void initializeOldSelector();
446 void initLister();
447 void initToolbar();
448 void initLocations();
449 void initializeView() {}; // FIXME
441 /** 450 /**