summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/MainDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/MainDlg.h')
-rw-r--r--kmplot/kmplot/MainDlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmplot/kmplot/MainDlg.h b/kmplot/kmplot/MainDlg.h
index b034ff04..6611c740 100644
--- a/kmplot/kmplot/MainDlg.h
+++ b/kmplot/kmplot/MainDlg.h
@@ -70,7 +70,7 @@ class BrowserExtension;
class MainDlg : public KParts::ReadOnlyPart, virtual public MainDlgIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constuctor.
@@ -217,7 +217,7 @@ protected slots:
class KmPlotPartFactory : public KParts::Factory
{
Q_OBJECT
- TQ_OBJECT
+
public:
KmPlotPartFactory();
virtual ~KmPlotPartFactory();
@@ -234,7 +234,7 @@ private:
class BrowserExtension : public KParts::BrowserExtension
{
Q_OBJECT
- TQ_OBJECT
+
public:
BrowserExtension(MainDlg*);