summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/umlroleproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/dialogs/umlroleproperties.cpp')
-rw-r--r--umbrello/umbrello/dialogs/umlroleproperties.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/dialogs/umlroleproperties.cpp b/umbrello/umbrello/dialogs/umlroleproperties.cpp
index 275d98f1..fe2e2f5f 100644
--- a/umbrello/umbrello/dialogs/umlroleproperties.cpp
+++ b/umbrello/umbrello/dialogs/umlroleproperties.cpp
@@ -13,15 +13,15 @@
#include "umlroleproperties.h"
// qt/kde includes
-#include <qradiobutton.h>
-#include <qtextedit.h>
-#include <qlineedit.h>
+#include <tqradiobutton.h>
+#include <tqtextedit.h>
+#include <tqlineedit.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kdebug.h>
-UMLRoleProperties::UMLRoleProperties ( QWidget *parent, UMLRole *role)
+UMLRoleProperties::UMLRoleProperties ( TQWidget *parent, UMLRole *role)
: UMLRolePropertiesBase (parent)
{
@@ -66,7 +66,7 @@ void UMLRoleProperties::constructWidget() {
// Documentation
//
m_pDocTE-> setText(m_pRole-> getDoc());
- //m_pDocTE->setWordWrap(QMultiLineEdit::WidgetWidth);
+ //m_pDocTE->setWordWrap(TQMultiLineEdit::WidgetWidth);
}
void UMLRoleProperties::updateObject() {