summaryrefslogtreecommitdiffstats
path: root/src/newprofiledialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:09 -0600
commit699e356180fde57a72e0c37af2170b87a95f90b4 (patch)
tree86bc3daf1c175ac5b88f56b127e31e544c323c4e /src/newprofiledialog.cpp
parent392b293dfeaa3e4241e50b833126d0c2d598761d (diff)
downloadkvpnc-699e356180fde57a72e0c37af2170b87a95f90b4.tar.gz
kvpnc-699e356180fde57a72e0c37af2170b87a95f90b4.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/newprofiledialog.cpp')
-rw-r--r--src/newprofiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newprofiledialog.cpp b/src/newprofiledialog.cpp
index 8fc7d21..b2f56b2 100644
--- a/src/newprofiledialog.cpp
+++ b/src/newprofiledialog.cpp
@@ -51,7 +51,7 @@ NewProfileDialog::NewProfileDialog( TQApplication *app,TQWidget *parent, const T
main = new NewProfileDialogbase(this);
setMainWidget(main);
- main->setMinimumSize(main->tqsizeHint());
+ main->setMinimumSize(main->sizeHint());
connect( main->ConnectionTypeComboBox, TQT_SIGNAL( activated( const TQString& ) ), this, TQT_SLOT( connectiontypeChanged( const TQString& ) ) );
connect( main->AuthTypeComboBox , TQT_SIGNAL( activated( const TQString& ) ), this, TQT_SLOT( authTypeChanged( const TQString& ) ) );