diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:18 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-23 02:38:43 +0200 |
commit | 79f7061c5e7cc9c38e2a98dad7c005ce4ff836c8 (patch) | |
tree | 53d5cf7b22fc56ded68d350630842aa639752360 /src/kchmmainwindow.cpp | |
parent | 6c8fbb5199ea86a9ef727aa258e730006b3876b6 (diff) | |
download | kchmviewer-79f7061c5e7cc9c38e2a98dad7c005ce4ff836c8.tar.gz kchmviewer-79f7061c5e7cc9c38e2a98dad7c005ce4ff836c8.zip |
Rename obsolete tq methods to standard names
(cherry picked from commit de122aa7805984226a4270c63b0f69e7b5022930)
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 9a3ad17..dcdd1dc 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 ); |