diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:15:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:15:09 -0600 |
commit | 3eb39830ef8d807ff1538a0aa66a9b3fd711903a (patch) | |
tree | 65d77d809c10190d1591e13eaa8b02042a0d4488 /systemsettings/mainwindow.cpp | |
parent | e3656c08ed309001cb7275441296682cadbeb160 (diff) | |
download | tde-systemsettings-3eb39830ef8d807ff1538a0aa66a9b3fd711903a.tar.gz tde-systemsettings-3eb39830ef8d807ff1538a0aa66a9b3fd711903a.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'systemsettings/mainwindow.cpp')
-rw-r--r-- | systemsettings/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/mainwindow.cpp b/systemsettings/mainwindow.cpp index 0c21736..cf2d1b5 100644 --- a/systemsettings/mainwindow.cpp +++ b/systemsettings/mainwindow.cpp @@ -289,7 +289,7 @@ void MainWindow::slotItemSelected( TQIconViewItem *item ){ void MainWindow::timerResize() { TQSize currentSize = size(); - TQSize newSize = currentSize.expandedTo(tqsizeHint()); + TQSize newSize = currentSize.expandedTo(sizeHint()); // Avoid resizing if possible. if(newSize!=currentSize) { resize(newSize); |