summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/worktoolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/worktoolbar.cpp')
-rw-r--r--umbrello/umbrello/worktoolbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/worktoolbar.cpp b/umbrello/umbrello/worktoolbar.cpp
index f1af2dbd..66cc931a 100644
--- a/umbrello/umbrello/worktoolbar.cpp
+++ b/umbrello/umbrello/worktoolbar.cpp
@@ -32,7 +32,7 @@ WorkToolBar::WorkToolBar(TQMainWindow *parentWindow, const char*name)
loadPixmaps();
m_Type = Uml::dt_Class; /* first time in just want it to load arrow,
needs anything but dt_Undefined */
- setOrientation( Qt::Vertical );
+ setOrientation( TQt::Vertical );
setVerticalStretchable( true );
// initialize old tool map, everything starts with select tool (arrow)
m_map.insert(Uml::dt_UseCase,tbb_Arrow);
@@ -210,7 +210,7 @@ void WorkToolBar::slotResetToolBar() {
emit sigButtonChanged(m_CurrentButtonID);
TQCursor curs;
- curs.setShape(Qt::ArrowCursor);
+ curs.setShape(TQt::ArrowCursor);
UMLView* view = UMLApp::app()->getCurrentView();
if (view != NULL) {