summaryrefslogtreecommitdiffstats
path: root/libtdepim/komposer/core/prefsmodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/komposer/core/prefsmodule.cpp')
-rw-r--r--libtdepim/komposer/core/prefsmodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/komposer/core/prefsmodule.cpp b/libtdepim/komposer/core/prefsmodule.cpp
index 4f9a081a..8d3a87f4 100644
--- a/libtdepim/komposer/core/prefsmodule.cpp
+++ b/libtdepim/komposer/core/prefsmodule.cpp
@@ -75,7 +75,7 @@ EditorSelection::EditorSelection( const TQString &text, TQString &reference,
: m_reference( reference )
{
m_box = new TQGroupBox( 0, TQt::Vertical, text, parent );
- TQVBoxLayout *boxLayout = new TQVBoxLayout( m_box->tqlayout() );
+ TQVBoxLayout *boxLayout = new TQVBoxLayout( m_box->layout() );
boxLayout->setAlignment( TQt::AlignTop );
m_editorsCombo = new KComboBox( m_box );