summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/activitydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/dialogs/activitydialog.h')
-rw-r--r--umbrello/umbrello/dialogs/activitydialog.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/umbrello/umbrello/dialogs/activitydialog.h b/umbrello/umbrello/dialogs/activitydialog.h
index 4dc5980b..ccc746c3 100644
--- a/umbrello/umbrello/dialogs/activitydialog.h
+++ b/umbrello/umbrello/dialogs/activitydialog.h
@@ -13,10 +13,10 @@
#define ACTIVITYDIALOG_H
//qt class includes
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qmultilineedit.h>
-#include <qgroupbox.h>
+#include <tqlabel.h>
+#include <tqlineedit.h>
+#include <tqmultilineedit.h>
+#include <tqgroupbox.h>
//kde class includes
#include <kdialogbase.h>
@@ -124,11 +124,11 @@ protected:
bool m_bChangesMade;
struct GeneralPageWidgets {
- QLabel * nameL, * typeL;
- QLineEdit * nameLE, * typeLE;
- QMultiLineEdit * docMLE;
+ TQLabel * nameL, * typeL;
+ TQLineEdit * nameLE, * typeLE;
+ TQMultiLineEdit * docMLE;
- QGroupBox * docGB, * generalGB;
+ TQGroupBox * docGB, * generalGB;
}
m_GenPageWidgets;
};