diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:05:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:05:50 -0600 |
commit | 970e6dc6586a9fd7d6de11e41d1f851059bfb288 (patch) | |
tree | 96daebccabee2ef15ccf6d40621758e2e922c3c4 /conduits/docconduit/doc-conflictdialog.cc | |
parent | 46d967c53bb9221c29b1d357086d600a01a97706 (diff) | |
download | kpilot-970e6dc6586a9fd7d6de11e41d1f851059bfb288.tar.gz kpilot-970e6dc6586a9fd7d6de11e41d1f851059bfb288.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'conduits/docconduit/doc-conflictdialog.cc')
-rw-r--r-- | conduits/docconduit/doc-conflictdialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/docconduit/doc-conflictdialog.cc b/conduits/docconduit/doc-conflictdialog.cc index 9c9e034..773b4e1 100644 --- a/conduits/docconduit/doc-conflictdialog.cc +++ b/conduits/docconduit/doc-conflictdialog.cc @@ -59,9 +59,9 @@ ResolutionDialog::ResolutionDialog( TQWidget* parent, const TQString& caption, s topLayout->addWidget(textLabel2); resolutionGroupBox = new TQGroupBox(i18n("DOC Databases"), page ); - TQVBoxLayout*ptqlayout = new TQVBoxLayout(resolutionGroupBox); + TQVBoxLayout*playout = new TQVBoxLayout(resolutionGroupBox); TQScrollView* sv = new TQScrollView(resolutionGroupBox); - ptqlayout->addWidget(sv); + playout->addWidget(sv); sv->setResizePolicy(TQScrollView::AutoOneFit); sv->setHScrollBarMode(TQScrollView::AlwaysOff); sv->setMargin(5); |