summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/plugin.cpp')
-rw-r--r--umbrello/umbrello/plugin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/plugin.cpp b/umbrello/umbrello/plugin.cpp
index 8a751374..72dc3169 100644
--- a/umbrello/umbrello/plugin.cpp
+++ b/umbrello/umbrello/plugin.cpp
@@ -28,10 +28,10 @@
using namespace Umbrello;
-Plugin::Plugin(TQObject *parent,
+Plugin::Plugin(TQObject *tqparent,
const char *name,
const TQStringList & /* args */) :
- TQObject(parent, name),
+ TQObject(tqparent, name),
Configurable(),
_ref(0),
_instanceName(name),
@@ -106,7 +106,7 @@ Plugin::shutdown()
return true;
}
-QCString
+TQCString
Plugin::instanceName() const
{
return _instanceName;
@@ -158,7 +158,7 @@ Plugin::configure()
return ret;
}
-QString
+TQString
Plugin::category()
{
return TQString("miscellaneous");