summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/tabview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/tabview.cpp')
-rw-r--r--kcachegrind/kcachegrind/tabview.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/kcachegrind/kcachegrind/tabview.cpp b/kcachegrind/kcachegrind/tabview.cpp
index d00e1527..52f728b5 100644
--- a/kcachegrind/kcachegrind/tabview.cpp
+++ b/kcachegrind/kcachegrind/tabview.cpp
@@ -24,7 +24,7 @@
#include <tqobjectlist.h>
#include <tqsplitter.h>
#include <tqtabwidget.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqwhatsthis.h>
#include <tqpopupmenu.h>
@@ -419,7 +419,7 @@ void TabView::updateVisibility()
s.append(100);
- // children of mainSplitter
+ // tqchildren of mainSplitter
if (_rightTW->isHidden() != (r == 0)) {
if (r == 0) {
_rightTW->hide();
@@ -441,7 +441,7 @@ void TabView::updateVisibility()
_leftSplitter->show();
}
- // children of leftSplitter
+ // tqchildren of leftSplitter
if (_topTW->isHidden() != (t == 0)) {
if (t == 0) {
_topTW->hide();
@@ -463,7 +463,7 @@ void TabView::updateVisibility()
_bottomSplitter->show();
}
- // children of bottomSplitter
+ // tqchildren of bottomSplitter
if (_bottomTW->isHidden() != (b == 0)) {
if (b == 0) {
_bottomTW->hide();
@@ -700,7 +700,7 @@ void TabView::resizeEvent(TQResizeEvent* e)
void TabView::selected(TraceItemView*, TraceItem* s)
{
- // we set selected item for our own children
+ // we set selected item for our own tqchildren
select(s);
updateView();
@@ -771,7 +771,7 @@ void TabView::readViewConfig(KConfig* c,
if (withOptions)
v->readViewConfig(c, TQString("%1-%2")
- .arg(prefix).arg(v->widget()->name()),
+ .tqarg(prefix).tqarg(v->widget()->name()),
postfix, true);
}
if (activeTop) _topTW->showPage(activeTop->widget());
@@ -883,8 +883,8 @@ void TabView::saveViewConfig(KConfig* c,
if (withOptions)
for (v=_tabs.first();v;v=_tabs.next())
- v->saveViewConfig(c, TQString("%1-%2").arg(prefix)
- .arg(v->widget()->name()), postfix, true);
+ v->saveViewConfig(c, TQString("%1-%2").tqarg(prefix)
+ .tqarg(v->widget()->name()), postfix, true);
}
#include "tabview.moc"