SVN commit 1199944 by ervin: Don't use deprecated api. M +1 -1 tabwidget.cpp --- trunk/KDE/kdepim/akregator/src/tabwidget.cpp #1199943:1199944 @@ -95,7 +95,7 @@ :KTabWidget(parent), d(new Private( this ) ) { setMinimumSize(250,150); - setTabReorderingEnabled(false); + setMovable(false); connect( this, SIGNAL( currentChanged(int) ), this, SLOT( slotTabChanged(int) ) ); connect(this, SIGNAL(closeRequest(QWidget*)),