summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdpkg-install/console.h2
-rw-r--r--kdpkg-install/install.h2
-rw-r--r--kdpkg-install/process.h2
-rw-r--r--kdpkg/kdpkg.h2
-rw-r--r--kdpkg/process.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h
index fa3e8a4..e50bae6 100644
--- a/kdpkg-install/console.h
+++ b/kdpkg-install/console.h
@@ -32,7 +32,7 @@
class console : public Widget
{
Q_OBJECT
- TQ_OBJECT
+
public:
console(TQWidget *parent = 0L, const TQStrList &run = TQStrList(), const char *name = 0L, const TQStringList &foo = TQStringList());
diff --git a/kdpkg-install/install.h b/kdpkg-install/install.h
index 3e65c3d..dca1883 100644
--- a/kdpkg-install/install.h
+++ b/kdpkg-install/install.h
@@ -30,7 +30,7 @@
class install : public InstallDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
install(const TQString &url = TQString(), TQWidget *parent = 0L, const char *name = 0L, const TQStringList &foo = TQStringList());
diff --git a/kdpkg-install/process.h b/kdpkg-install/process.h
index 68ffea4..65c1022 100644
--- a/kdpkg-install/process.h
+++ b/kdpkg-install/process.h
@@ -13,7 +13,7 @@ class Process;
class Process : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
Process();
diff --git a/kdpkg/kdpkg.h b/kdpkg/kdpkg.h
index 88df9a2..bbaebf2 100644
--- a/kdpkg/kdpkg.h
+++ b/kdpkg/kdpkg.h
@@ -30,7 +30,7 @@
class kdpkg : public KdpkgDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
kdpkg(const TQString &url = TQString(), TQWidget *parent = 0L, const char *name = 0L, const TQStringList &foo = TQStringList());
diff --git a/kdpkg/process.h b/kdpkg/process.h
index 68ffea4..65c1022 100644
--- a/kdpkg/process.h
+++ b/kdpkg/process.h
@@ -13,7 +13,7 @@ class Process;
class Process : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
Process();