summaryrefslogtreecommitdiffstats
path: root/conduits/docconduit/kpalmdoc_dlg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/docconduit/kpalmdoc_dlg.cc')
-rw-r--r--conduits/docconduit/kpalmdoc_dlg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/docconduit/kpalmdoc_dlg.cc b/conduits/docconduit/kpalmdoc_dlg.cc
index 58ca0aa..728c2c3 100644
--- a/conduits/docconduit/kpalmdoc_dlg.cc
+++ b/conduits/docconduit/kpalmdoc_dlg.cc
@@ -73,7 +73,7 @@ ConverterDlg::ConverterDlg( TQWidget *parent, const TQString& caption)
connect(dlg->fTextToPDB, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotToPDB()));
connect(dlg->fPDBToText, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotToText()));
- resize(tqminimumSize());
+ resize(minimumSize());
}
ConverterDlg::~ConverterDlg()