|
|
@ -68,8 +68,9 @@ SearchDlg::SearchDlg(TQWidget *parent, const char *name)
|
|
|
|
static TQLabel* switchLabel[switchLabelCount] = {showEverything, showApplications, showContacts, showDocuments,
|
|
|
|
static TQLabel* switchLabel[switchLabelCount] = {showEverything, showApplications, showContacts, showDocuments,
|
|
|
|
showConversations, showImages, showMedia, showWebPages, showFilePathName, sortByType, sortByDate, sortByName, sortByRelevance, showAnyDate, showToday, showSinceYesterday, showThisWeek,
|
|
|
|
showConversations, showImages, showMedia, showWebPages, showFilePathName, sortByType, sortByDate, sortByName, sortByRelevance, showAnyDate, showToday, showSinceYesterday, showThisWeek,
|
|
|
|
showThisMonth, showThisYear};
|
|
|
|
showThisMonth, showThisYear};
|
|
|
|
|
|
|
|
#if !GLIB_CHECK_VERSION( 2,36,0 )
|
|
|
|
g_type_init();
|
|
|
|
g_type_init();
|
|
|
|
|
|
|
|
#endif
|
|
|
|
beagle_search = NULL;
|
|
|
|
beagle_search = NULL;
|
|
|
|
editSearch->setMaxCount(MAX_HISTORY_ITEMS);
|
|
|
|
editSearch->setMaxCount(MAX_HISTORY_ITEMS);
|
|
|
|
editSearch->setDuplicatesEnabled(false);
|
|
|
|
editSearch->setDuplicatesEnabled(false);
|
|
|
|