summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/autotraceformats.h2
-rw-r--r--src/mainwidget.h2
-rw-r--r--src/potracegui.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/autotraceformats.h b/src/autotraceformats.h
index 479e25b..947acbe 100644
--- a/src/autotraceformats.h
+++ b/src/autotraceformats.h
@@ -31,7 +31,7 @@
class AutotraceFormats : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! Standard TQObject-like constructor
/** The constructor, nothing fancy
diff --git a/src/mainwidget.h b/src/mainwidget.h
index 4c4aeae..950921f 100644
--- a/src/mainwidget.h
+++ b/src/mainwidget.h
@@ -48,7 +48,7 @@ class Options;
class MainWidget : public MainWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
//! For simplicity
friend class potracegui;
diff --git a/src/potracegui.h b/src/potracegui.h
index 5a0a1f8..423fba1 100644
--- a/src/potracegui.h
+++ b/src/potracegui.h
@@ -43,7 +43,7 @@ class MainWidget;
class potracegui : public KMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* @short Default Constructor