summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/autolayout/dotautolayouter.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit9150603ad32928e9c514c0492a8518b742d82ac3 (patch)
tree6e3f83e2b94146bb42eed57eb6dd8f2fb0369e6f /umbrello/umbrello/autolayout/dotautolayouter.cpp
parent6b126a99d5eecef5cb96589ed5c2e522bcb06ca9 (diff)
downloadtdesdk-9150603ad32928e9c514c0492a8518b742d82ac3.tar.gz
tdesdk-9150603ad32928e9c514c0492a8518b742d82ac3.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'umbrello/umbrello/autolayout/dotautolayouter.cpp')
-rw-r--r--umbrello/umbrello/autolayout/dotautolayouter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/autolayout/dotautolayouter.cpp b/umbrello/umbrello/autolayout/dotautolayouter.cpp
index 20d5d34c..dea9b554 100644
--- a/umbrello/umbrello/autolayout/dotautolayouter.cpp
+++ b/umbrello/umbrello/autolayout/dotautolayouter.cpp
@@ -11,25 +11,25 @@
* (at your option) any later version. *
* *
***************************************************************************/
-#include "dotautotqlayouter.h"
+#include "dotautolayouter.h"
#include <graphviz/dotprocs.h>
namespace Autotqlayout {
-DotAutotqlayouter::DotAutotqlayouter()
- : Autotqlayout::GraphvizAutotqlayouter()
+DotAutolayouter::DotAutolayouter()
+ : Autotqlayout::GraphvizAutolayouter()
{
}
-DotAutotqlayouter::~DotAutotqlayouter()
+DotAutolayouter::~DotAutolayouter()
{
dot_cleanup(gg->_agraph);
}
-void DotAutotqlayouter::run()
+void DotAutolayouter::run()
{
//#ifndef internal_renderizer
/* bind graph to GV context - currently must be done before tqlayout */