summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/umlentityattributedialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
commit6082256ac592910b0fb2229a095eaa4d85254df2 (patch)
treea30fe22105b4413c310683d4fb21caff5f8caf6c /umbrello/umbrello/dialogs/umlentityattributedialog.h
parent4ae0c208b66e0f7954e194384464fe2d0a2c56dd (diff)
downloadtdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.tar.gz
tdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'umbrello/umbrello/dialogs/umlentityattributedialog.h')
-rw-r--r--umbrello/umbrello/dialogs/umlentityattributedialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/dialogs/umlentityattributedialog.h b/umbrello/umbrello/dialogs/umlentityattributedialog.h
index 9b837e3e..7be7516f 100644
--- a/umbrello/umbrello/dialogs/umlentityattributedialog.h
+++ b/umbrello/umbrello/dialogs/umlentityattributedialog.h
@@ -19,13 +19,13 @@
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
*/
-class QButtonGroup;
-class QCheckBox;
-class QGroupBox;
-class QRadioButton;
+class TQButtonGroup;
+class TQCheckBox;
+class TQGroupBox;
+class TQRadioButton;
class UMLEntityAttribute;
class KComboBox;
-class QLineEdit;
+class TQLineEdit;
class UMLEntityAttributeDialog : public KDialogBase {
Q_OBJECT