diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:01:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:01:17 -0600 |
commit | 2a411f53a04f815770074b633e026a141f6fa875 (patch) | |
tree | 0408d7c0976f54b4b6d13e8fbf5d91a82cb4ff92 /src/exporterdialog.cpp | |
parent | ae6cafee5339716bd01aa6c66aa4f366bdc5d43b (diff) | |
download | basket-2a411f53a04f815770074b633e026a141f6fa875.tar.gz basket-2a411f53a04f815770074b633e026a141f6fa875.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/exporterdialog.cpp')
-rw-r--r-- | src/exporterdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exporterdialog.cpp b/src/exporterdialog.cpp index 7ef6585..fa753f7 100644 --- a/src/exporterdialog.cpp +++ b/src/exporterdialog.cpp @@ -61,10 +61,10 @@ ExporterDialog::ExporterDialog(Basket *basket, TQWidget *parent, const char *nam showTile(true); // Add a stretch at the bottom: // Duplicated code from AddBasketWizard::addStretch(TQWidget *parent): - (new TQWidget(page))->tqsetSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding); + (new TQWidget(page))->setSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding); // Double the width, because the filename should be visible - TQSize size(tqsizeHint()); + TQSize size(sizeHint()); resize(TQSize(size.width() * 2, size.height())); /* ========================== |