]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/bookmarkssettingspage.cpp
Use a QLinkedList instead of Q3PtrList
[dolphin.git] / src / bookmarkssettingspage.cpp
index 0f8ea95a9c73c5b26b6902fb393e6e013e8c5c93..43aa87c58a1e65b96b826dd4badeed19f57d10c5 100644 (file)
@@ -15,7 +15,7 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
  ***************************************************************************/
 
 #include "bookmarkssettingspage.h"
@@ -49,11 +49,11 @@ BookmarksSettingsPage::BookmarksSettingsPage(QWidget*parent) :
     m_moveUpButton(0),
     m_moveDownButton(0)
 {
-    Q3VBoxLayout* topLayout = new Q3VBoxLayout(parent, 2, KDialog::spacingHint());
+    Q3VBoxLayout* topLayout = new Q3VBoxLayout(this, 2, KDialog::spacingHint());
 
     const int spacing = KDialog::spacingHint();
 
-    KHBox* hBox = new KHBox(parent);
+    KHBox* hBox = new KHBox(this);
     hBox->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
     hBox->setSpacing(spacing);
     hBox->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Ignored);