diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:03:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:03:30 -0600 |
commit | bdde494bd053ceca36163e9a03d74ec0734ad6ee (patch) | |
tree | fa85b1d565e6fa5ab9a4753d6af5afa9481e3c6d /src/mainwindow.h | |
parent | c9113d74fbb7e1e6b063915a0f6ac4a8a080b631 (diff) | |
download | abakus-bdde494bd053ceca36163e9a03d74ec0734ad6ee.tar.gz abakus-bdde494bd053ceca36163e9a03d74ec0734ad6ee.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 5ff9c95..1e0d977 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -42,7 +42,7 @@ class ResultListViewText; class AbakusIface; -// Main window class, handles events and tqlayout and stuff +// Main window class, handles events and layout and stuff class MainWindow : public KMainWindow { Q_OBJECT |