summaryrefslogtreecommitdiffstats
path: root/kaddressbook/printing
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /kaddressbook/printing
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kaddressbook/printing')
-rw-r--r--kaddressbook/printing/detailledstyle.h2
-rw-r--r--kaddressbook/printing/mikesstyle.h2
-rw-r--r--kaddressbook/printing/printingwizard.h2
-rw-r--r--kaddressbook/printing/printprogress.h2
-rw-r--r--kaddressbook/printing/printstyle.h2
-rw-r--r--kaddressbook/printing/selectionpage.h2
-rw-r--r--kaddressbook/printing/stylepage.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/kaddressbook/printing/detailledstyle.h b/kaddressbook/printing/detailledstyle.h
index 7ae1afde..e8600e56 100644
--- a/kaddressbook/printing/detailledstyle.h
+++ b/kaddressbook/printing/detailledstyle.h
@@ -36,7 +36,7 @@ namespace KABPrinting {
class DetailledPrintStyle : public PrintStyle
{
Q_OBJECT
- TQ_OBJECT
+
public:
DetailledPrintStyle( PrintingWizard *parent, const char *name = 0 );
diff --git a/kaddressbook/printing/mikesstyle.h b/kaddressbook/printing/mikesstyle.h
index d8c4e5ce..f94dce30 100644
--- a/kaddressbook/printing/mikesstyle.h
+++ b/kaddressbook/printing/mikesstyle.h
@@ -36,7 +36,7 @@ class PrintProgress;
class MikesStyle : public PrintStyle
{
Q_OBJECT
- TQ_OBJECT
+
public:
MikesStyle( PrintingWizard *parent, const char *name );
diff --git a/kaddressbook/printing/printingwizard.h b/kaddressbook/printing/printingwizard.h
index 16b8e982..73d96bb2 100644
--- a/kaddressbook/printing/printingwizard.h
+++ b/kaddressbook/printing/printingwizard.h
@@ -50,7 +50,7 @@ namespace KABPrinting {
class PrintingWizard : public KWizard
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kaddressbook/printing/printprogress.h b/kaddressbook/printing/printprogress.h
index f4e72658..481543a2 100644
--- a/kaddressbook/printing/printprogress.h
+++ b/kaddressbook/printing/printprogress.h
@@ -40,7 +40,7 @@ namespace KABPrinting {
class PrintProgress : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
PrintProgress( TQWidget *parent, const char *name = 0 );
diff --git a/kaddressbook/printing/printstyle.h b/kaddressbook/printing/printstyle.h
index e7e6d931..65fea06a 100644
--- a/kaddressbook/printing/printstyle.h
+++ b/kaddressbook/printing/printstyle.h
@@ -60,7 +60,7 @@ class PrintProgress;
class PrintStyle : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
PrintStyle( PrintingWizard* parent, const char* name = 0 );
diff --git a/kaddressbook/printing/selectionpage.h b/kaddressbook/printing/selectionpage.h
index 8e566f33..a7b10d26 100644
--- a/kaddressbook/printing/selectionpage.h
+++ b/kaddressbook/printing/selectionpage.h
@@ -35,7 +35,7 @@ class TQRadioButton;
class SelectionPage : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
SelectionPage( TQWidget* parent = 0, const char* name = 0 );
diff --git a/kaddressbook/printing/stylepage.h b/kaddressbook/printing/stylepage.h
index 920d9a9d..8f664271 100644
--- a/kaddressbook/printing/stylepage.h
+++ b/kaddressbook/printing/stylepage.h
@@ -38,7 +38,7 @@ class KComboBox;
class StylePage : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
StylePage( KABC::AddressBook *ab, TQWidget* parent = 0, const char* name = 0 );