summaryrefslogtreecommitdiffstats
path: root/keep/app/keepmainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:43 -0600
commitd4e451a0473e72da9b344e196f2996695ecea04d (patch)
treec29ff17199bf2c4ef3e434da126933aba5d3b40f /keep/app/keepmainwindow.cpp
parent6c289b906a48baf8926cd6437b03250e759a1d51 (diff)
downloadkeep-d4e451a0473e72da9b344e196f2996695ecea04d.tar.gz
keep-d4e451a0473e72da9b344e196f2996695ecea04d.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'keep/app/keepmainwindow.cpp')
-rw-r--r--keep/app/keepmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/keepmainwindow.cpp b/keep/app/keepmainwindow.cpp
index 24d5e7e..fcd1cb2 100644
--- a/keep/app/keepmainwindow.cpp
+++ b/keep/app/keepmainwindow.cpp
@@ -63,7 +63,7 @@ KeepMainWindow::KeepMainWindow(TQWidget *parent, const char *name): KMainWindow(
initActions();
initConnections();
- resize( tqminimumSizeHint() );
+ resize( minimumSizeHint() );
createGUI(0L);