diff options
| author | Urs Wolfer <[email protected]> | 2007-09-19 21:57:01 +0000 |
|---|---|---|
| committer | Urs Wolfer <[email protected]> | 2007-09-19 21:57:01 +0000 |
| commit | 3c20dcd1631a8189a01b709cfefd89ad0f5e4454 (patch) | |
| tree | 21ea6ebe0d33c936aef58779c72533e58f6b161f /src/filterbar.cpp | |
| parent | ce3ec0d0e6d2e73bcc8d465442e83c54835d36d1 (diff) | |
Dolphin is now QT3_SUPPORT free
svn path=/trunk/KDE/kdebase/apps/; revision=714564
Diffstat (limited to 'src/filterbar.cpp')
| -rw-r--r-- | src/filterbar.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/filterbar.cpp b/src/filterbar.cpp index 810baabc8..6e7443715 100644 --- a/src/filterbar.cpp +++ b/src/filterbar.cpp @@ -36,11 +36,7 @@ FilterBar::FilterBar(QWidget* parent) : { const int gap = 3; - QVBoxLayout* vLayout = new QVBoxLayout(this); - vLayout->setMargin(0); - vLayout->addSpacing(gap); - - QHBoxLayout* hLayout = new QHBoxLayout(vLayout); + QHBoxLayout* hLayout = new QHBoxLayout(this); hLayout->setMargin(0); hLayout->addSpacing(gap); |
