summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmgraphicalobjectedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmgraphicalobjectedit.cpp')
-rw-r--r--kpovmodeler/pmgraphicalobjectedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmgraphicalobjectedit.cpp b/kpovmodeler/pmgraphicalobjectedit.cpp
index 13a024d2..1429d75f 100644
--- a/kpovmodeler/pmgraphicalobjectedit.cpp
+++ b/kpovmodeler/pmgraphicalobjectedit.cpp
@@ -20,7 +20,7 @@
#include "pmgraphicalobject.h"
#include <tqcheckbox.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqlabel.h>
#include <tqspinbox.h>
#include <klocale.h>
@@ -162,7 +162,7 @@ void PMGraphicalObjectEdit::recalculateResultingVisibility( )
absoluteFound = true;
}
}
- m_pResultingVisibility->setText( TQString( "(%1)" ).arg( level ) );
+ m_pResultingVisibility->setText( TQString( "(%1)" ).tqarg( level ) );
}
#include "pmgraphicalobjectedit.moc"