summaryrefslogtreecommitdiffstats
path: root/kig/objects/angle_type.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kig/objects/angle_type.cc')
-rw-r--r--kig/objects/angle_type.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/kig/objects/angle_type.cc b/kig/objects/angle_type.cc
index 89a17131..7b86411b 100644
--- a/kig/objects/angle_type.cc
+++ b/kig/objects/angle_type.cc
@@ -33,7 +33,7 @@
#include <algorithm>
#include <cmath>
-#include <qstringlist.h>
+#include <tqstringlist.h>
static const char* constructanglethroughpoint =
I18N_NOOP( "Construct an angle through this point" );
@@ -97,9 +97,9 @@ const ObjectImpType* AngleType::resultId() const
return AngleImp::stype();
}
-QStringList AngleType::specialActions() const
+TQStringList AngleType::specialActions() const
{
- QStringList ret;
+ TQStringList ret;
ret << i18n( "Set Si&ze" );
return ret;
}