author | zecke <zecke> | 2002-09-29 16:57:33 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-09-29 16:57:33 (UTC) |
commit | 0d4b54af104dadbff57804e5e6f8ac309aa36fc4 (patch) (unidiff) | |
tree | c157fa2a49c3b545d4e7c4a2fbdaabe043dde20a | |
parent | 33ebc68a530393697724428f0e0db3a4807f3a9e (diff) | |
download | opie-0d4b54af104dadbff57804e5e6f8ac309aa36fc4.zip opie-0d4b54af104dadbff57804e5e6f8ac309aa36fc4.tar.gz opie-0d4b54af104dadbff57804e5e6f8ac309aa36fc4.tar.bz2 |
Hide the TypeCombo/CategorySelect we provide our own stuff
-rw-r--r-- | libopie/ofileselector/ofileselector.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie/ofileselector/ofileselector.cpp b/libopie/ofileselector/ofileselector.cpp index c52aa62..458d432 100644 --- a/libopie/ofileselector/ofileselector.cpp +++ b/libopie/ofileselector/ofileselector.cpp | |||
@@ -1011,8 +1011,10 @@ void OFileSelector::initializeOldSelector() { | |||
1011 | qWarning("MimeType " + mime ); | 1011 | qWarning("MimeType " + mime ); |
1012 | m_select = new FileSelector( mime , | 1012 | m_select = new FileSelector( mime , |
1013 | m_mainView, "fileselector", | 1013 | m_mainView, "fileselector", |
1014 | FALSE, FALSE); | 1014 | FALSE, FALSE); |
1015 | m_select->setCategorySelectVisible( FALSE ); | ||
1016 | m_select->setTypeComboVisible( FALSE ); | ||
1015 | 1017 | ||
1016 | connect(m_select, SIGNAL(fileSelected( const DocLnk & ) ), | 1018 | connect(m_select, SIGNAL(fileSelected( const DocLnk & ) ), |
1017 | this, SLOT( slotFileBridgeSelected(const DocLnk & ) ) ); | 1019 | this, SLOT( slotFileBridgeSelected(const DocLnk & ) ) ); |
1018 | connect(m_select, SIGNAL(closeMe() ), | 1020 | connect(m_select, SIGNAL(closeMe() ), |