diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:03:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:03:56 -0600 |
commit | 04fccf73370ad95a70b8e107240e50f9fdbf98fc (patch) | |
tree | a880cbd190f296d25ac1d82b0c9ccc386443233b /src/gvcore/printdialog.cpp | |
parent | eba1d381626d92b860239417f21d813f02ee6394 (diff) | |
download | gwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.tar.gz gwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/gvcore/printdialog.cpp')
-rw-r--r-- | src/gvcore/printdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/printdialog.cpp b/src/gvcore/printdialog.cpp index 003fb3a..3b013b3 100644 --- a/src/gvcore/printdialog.cpp +++ b/src/gvcore/printdialog.cpp @@ -82,8 +82,8 @@ PrintDialogPage::PrintDialogPage( Document* document, TQWidget *parent, const ch mContent = new PrintDialogPageBase(this); setTitle( mContent->caption() ); - TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); - tqlayout->addWidget( mContent ); + TQVBoxLayout *layout = new TQVBoxLayout( this ); + layout->addWidget( mContent ); connect(mContent->mWidth, TQT_SIGNAL( valueChanged( double )), TQT_SLOT( slotWidthChanged( double ))); connect(mContent->mHeight, TQT_SIGNAL( valueChanged( double )), TQT_SLOT( slotHeightChanged( double ))); |