summaryrefslogtreecommitdiffstats
path: root/conduits/docconduit/kpalmdoc_dlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:00:46 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:00:46 -0600
commit3017081b30370a0581cac5804516bf1d8a5c8533 (patch)
tree572e2ad691fe12cf5beb4871c15c38273b3f267c /conduits/docconduit/kpalmdoc_dlg.h
parent6e9775939366fc8cfdf3a26bfc08280a00026ec5 (diff)
downloadkpilot-3017081b30370a0581cac5804516bf1d8a5c8533.tar.gz
kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'conduits/docconduit/kpalmdoc_dlg.h')
-rw-r--r--conduits/docconduit/kpalmdoc_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/docconduit/kpalmdoc_dlg.h b/conduits/docconduit/kpalmdoc_dlg.h
index ac33ca7..2fd44fd 100644
--- a/conduits/docconduit/kpalmdoc_dlg.h
+++ b/conduits/docconduit/kpalmdoc_dlg.h
@@ -35,7 +35,7 @@ class DOCConverter;
class ConverterDlg : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConverterDlg( TQWidget *parent=0, const TQString& caption=0);