diff options
Diffstat (limited to 'kexi/main/keximainwindowimpl_p.h')
| -rw-r--r-- | kexi/main/keximainwindowimpl_p.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kexi/main/keximainwindowimpl_p.h b/kexi/main/keximainwindowimpl_p.h index 3843f1daa..770d86098 100644 --- a/kexi/main/keximainwindowimpl_p.h +++ b/kexi/main/keximainwindowimpl_p.h @@ -290,7 +290,6 @@ void updatePropEditorDockWidthInfo() { // ds->setKeepSize(true); config->setGroup("MainWindow"); -# if TDE_VERSION >= TDE_MAKE_VERSION(3,4,0) if (wasAutoOpen) //(dw2->isVisible()) // ds->setSeparatorPosInPercent( 100 * nav->width() / wnd->width() ); @@ -303,10 +302,6 @@ void updatePropEditorDockWidthInfo() { TQMAX(20, config->readNumEntry("LeftDockPosition", 20/* % */))); // dw->resize( d->config->readNumEntry("LeftDockPosition", 115/* % */), dw->height() ); -# else - //there were problems on KDE < 3.4 - ds->setSeparatorPosInPercent( 20 ); -# endif //if (!wasAutoOpen) //(dw2->isVisible()) // ds->setSeparatorPos( ds->separatorPos(), true ); } |
