diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:04:18 -0600 |
commit | de122aa7805984226a4270c63b0f69e7b5022930 (patch) | |
tree | 9cd98b5f8144762eb940340ca86abbf9c3d2add6 /src/kchmmainwindow.cpp | |
parent | bd1f039636efbb681d138bbee07600633625bdb9 (diff) | |
download | kchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.tar.gz kchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/kchmmainwindow.cpp')
-rw-r--r-- | src/kchmmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmmainwindow.cpp b/src/kchmmainwindow.cpp index c6b0c3f..31130dd 100644 --- a/src/kchmmainwindow.cpp +++ b/src/kchmmainwindow.cpp @@ -82,7 +82,7 @@ KCHMMainWindow::KCHMMainWindow() m_currentSettings = new KCHMSettings; - // Create the initial tqlayout - a splitter with tab window in left, and text browser in right + // Create the initial layout - a splitter with tab window in left, and text browser in right m_windowSplitter = new TQSplitter(this); m_tabWidget = new KTQTabWidget( m_windowSplitter ); m_viewWindowMgr = new KCHMViewWindowMgr( m_windowSplitter ); |