diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:29:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:29:00 -0600 |
commit | b877728731c783fbd7370935a6733c78c25d5ce2 (patch) | |
tree | 93c019e65513df453864f3434bff0da826213ffd /src/mainwindow.h | |
parent | d4eecf4afe4ddf66f4d00e1bcdab14f8d21655fb (diff) | |
download | abakus-b877728731c783fbd7370935a6733c78c25d5ce2.tar.gz abakus-b877728731c783fbd7370935a6733c78c25d5ce2.zip |
Rename a number of old tq methods that are no longer tq specific
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 |