diff options
Diffstat (limited to 'kfax/options.cpp')
-rw-r--r-- | kfax/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/options.cpp b/kfax/options.cpp index 91ba9287..2f162f7d 100644 --- a/kfax/options.cpp +++ b/kfax/options.cpp @@ -60,7 +60,7 @@ OptionsDialog::OptionsDialog( TQWidget *parent, const char *name) bg->setColumnLayout( 0, Qt::Horizontal ); mainLayout->addWidget( bg ); - TQVBoxLayout *vbl = new TQVBoxLayout(bg->tqlayout()); + TQVBoxLayout *vbl = new TQVBoxLayout(bg->layout()); TQHBoxLayout *hbl1 = new TQHBoxLayout(); |