summaryrefslogtreecommitdiffstats
path: root/src/iteminterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iteminterface.h')
-rw-r--r--src/iteminterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iteminterface.h b/src/iteminterface.h
index 5cc8702..4447219 100644
--- a/src/iteminterface.h
+++ b/src/iteminterface.h
@@ -50,7 +50,7 @@ Items's, and the various objects that like to know about them
class ItemInterface : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
~ItemInterface();
static ItemInterface * self( KTechlab * ktechlab = 0l );