summaryrefslogtreecommitdiffstats
path: root/keep/app/restorebackupwizard.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:34 -0600
commite1654ecb50a70f494b66f7de491b1c4bd648d9bd (patch)
tree0af9c1ba7310606bfc5e627b2a4685ad5e5538bb /keep/app/restorebackupwizard.h
parentdfe7c12438e7323d8fbd54696ccf5895416fd840 (diff)
downloadkeep-e1654ecb50a70f494b66f7de491b1c4bd648d9bd.tar.gz
keep-e1654ecb50a70f494b66f7de491b1c4bd648d9bd.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'keep/app/restorebackupwizard.h')
-rw-r--r--keep/app/restorebackupwizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/restorebackupwizard.h b/keep/app/restorebackupwizard.h
index e302a08..41fd865 100644
--- a/keep/app/restorebackupwizard.h
+++ b/keep/app/restorebackupwizard.h
@@ -33,7 +33,7 @@
class RestoreBackupWizard: public KWizard
{
Q_OBJECT
- TQ_OBJECT
+
public:
RestoreBackupWizard(TQWidget *parent, const char *name);
~RestoreBackupWizard();