summaryrefslogtreecommitdiffstats
path: root/kdpkg-install
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:33 -0600
commit9b4a687a9fbdea64886606970849194bc95a5ad3 (patch)
tree92f8d1b7cd173bce4a8d55245b8d245f4089a3eb /kdpkg-install
parentcd41bf898acdd314179df2a5c684efe56d110565 (diff)
downloadkdpkg-9b4a687a9fbdea64886606970849194bc95a5ad3.tar.gz
kdpkg-9b4a687a9fbdea64886606970849194bc95a5ad3.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kdpkg-install')
-rw-r--r--kdpkg-install/console.h2
-rw-r--r--kdpkg-install/install.h2
-rw-r--r--kdpkg-install/process.h2
3 files changed, 3 insertions, 3 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();