summaryrefslogtreecommitdiffstats
path: root/konversation/src/viewcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/viewcontainer.cpp')
-rw-r--r--konversation/src/viewcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/viewcontainer.cpp b/konversation/src/viewcontainer.cpp
index a92ef13..94a8106 100644
--- a/konversation/src/viewcontainer.cpp
+++ b/konversation/src/viewcontainer.cpp
@@ -1422,7 +1422,7 @@ void ViewContainer::switchView(TQWidget* newView)
void ViewContainer::showView(ChatWindow* view)
{
- // Don't bring Tab to front if TabWidget is hidden. Otherwise QT gets confused
+ // Don't bring Tab to front if TabWidget is hidden. Otherwise TQt gets confused
// and shows the Tab as active but will display the wrong pane
if (m_tabWidget && m_tabWidget->isVisible())
m_tabWidget->showPage(view);