From 0d4b54af104dadbff57804e5e6f8ac309aa36fc4 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 29 Sep 2002 16:57:33 +0000 Subject: Hide the TypeCombo/CategorySelect we provide our own stuff --- (limited to 'libopie/ofileselector/ofileselector.cpp') 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 @@ -1012,6 +1012,8 @@ void OFileSelector::initializeOldSelector() { m_select = new FileSelector( mime , m_mainView, "fileselector", FALSE, FALSE); + m_select->setCategorySelectVisible( FALSE ); + m_select->setTypeComboVisible( FALSE ); connect(m_select, SIGNAL(fileSelected( const DocLnk & ) ), this, SLOT( slotFileBridgeSelected(const DocLnk & ) ) ); -- cgit v0.9.0.2