]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/Dialogs.C
Applied John's FileDialog patch.
[lyx.git] / src / frontends / kde / Dialogs.C
index d2e932df8f2a314a2324a7db17dc99b3f2e357ea..90c6d83dd7fcd9472753118dc4c5d889a1193475 100644 (file)
@@ -46,6 +46,7 @@ Signal0<void> Dialogs::redrawGUI;
 
 Dialogs::Dialogs(LyXView * lv)
 {
+/*
        dialogs_.push_back(new FormBibitem(lv, this));
        dialogs_.push_back(new FormBibtex(lv, this));
        dialogs_.push_back(new FormCitation(lv, this));
@@ -72,6 +73,7 @@ Dialogs::Dialogs(LyXView * lv)
        // reduce the number of connections needed in
        // dialogs by a simple connection here.
        hideAll.connect(hideBufferDependent.slot());
+*/
 }