diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:46 -0600 |
commit | 3017081b30370a0581cac5804516bf1d8a5c8533 (patch) | |
tree | 572e2ad691fe12cf5beb4871c15c38273b3f267c /conduits | |
parent | 6e9775939366fc8cfdf3a26bfc08280a00026ec5 (diff) | |
download | kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.tar.gz kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'conduits')
-rw-r--r-- | conduits/abbrowserconduit/abbrowser-conduit.h | 2 | ||||
-rw-r--r-- | conduits/abbrowserconduit/resolutionDialog.h | 2 | ||||
-rw-r--r-- | conduits/docconduit/DOC-converter.h | 2 | ||||
-rw-r--r-- | conduits/docconduit/doc-conduit.h | 2 | ||||
-rw-r--r-- | conduits/docconduit/doc-conflictdialog.h | 2 | ||||
-rw-r--r-- | conduits/docconduit/doc-factory.h | 2 | ||||
-rw-r--r-- | conduits/docconduit/kpalmdoc_dlg.h | 2 | ||||
-rw-r--r-- | conduits/knotes/knotes-action.h | 2 | ||||
-rw-r--r-- | conduits/knotes/knotes-factory.h | 2 | ||||
-rw-r--r-- | conduits/malconduit/mal-conduit.h | 2 | ||||
-rw-r--r-- | conduits/malconduit/mal-factory.h | 2 | ||||
-rw-r--r-- | conduits/malconduit/mal-setup.h | 2 | ||||
-rw-r--r-- | conduits/memofileconduit/memofile-conduit.h | 2 | ||||
-rw-r--r-- | conduits/popmail/setupDialog.h | 2 | ||||
-rw-r--r-- | conduits/sysinfoconduit/sysinfo-conduit.h | 2 | ||||
-rw-r--r-- | conduits/timeconduit/time-setup.h | 2 | ||||
-rw-r--r-- | conduits/vcalconduit/todo-conduit.h | 2 | ||||
-rw-r--r-- | conduits/vcalconduit/vcal-conduit.h | 2 | ||||
-rw-r--r-- | conduits/vcalconduit/vcal-conduitbase.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.h b/conduits/abbrowserconduit/abbrowser-conduit.h index 464378f..ee73d4f 100644 --- a/conduits/abbrowserconduit/abbrowser-conduit.h +++ b/conduits/abbrowserconduit/abbrowser-conduit.h @@ -54,7 +54,7 @@ typedef TQValueList<recordid_t> RecordIDList; class AbbrowserConduit : public ConduitAction { Q_OBJECT - TQ_OBJECT + public: AbbrowserConduit(KPilotLink *o,const char *n = 0L, const TQStringList &a = TQStringList() ); diff --git a/conduits/abbrowserconduit/resolutionDialog.h b/conduits/abbrowserconduit/resolutionDialog.h index 9f0edeb..848cfdf 100644 --- a/conduits/abbrowserconduit/resolutionDialog.h +++ b/conduits/abbrowserconduit/resolutionDialog.h @@ -40,7 +40,7 @@ class ResolutionTable; class ResolutionDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ResolutionDlg( TQWidget* parent=0, diff --git a/conduits/docconduit/DOC-converter.h b/conduits/docconduit/DOC-converter.h index 68eca2b..4351646 100644 --- a/conduits/docconduit/DOC-converter.h +++ b/conduits/docconduit/DOC-converter.h @@ -105,7 +105,7 @@ class docRegExpBookmark:public docMatchBookmark { class DOCConverter:public TQObject { Q_OBJECT - TQ_OBJECT + private: PilotDatabase * docdb; TQString txtfilename; diff --git a/conduits/docconduit/doc-conduit.h b/conduits/docconduit/doc-conduit.h index a7e7a44..a152072 100644 --- a/conduits/docconduit/doc-conduit.h +++ b/conduits/docconduit/doc-conduit.h @@ -55,7 +55,7 @@ TQString dirToString(eSyncDirectionEnum dir); class DOCConduit:public ConduitAction { Q_OBJECT - TQ_OBJECT + public: eSyncDirectionEnum eSyncDirection; diff --git a/conduits/docconduit/doc-conflictdialog.h b/conduits/docconduit/doc-conflictdialog.h index e59c17c..410a1cd 100644 --- a/conduits/docconduit/doc-conflictdialog.h +++ b/conduits/docconduit/doc-conflictdialog.h @@ -54,7 +54,7 @@ typedef struct conflictEntry { class ResolutionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ResolutionDialog( TQWidget* parent=0, const TQString& caption=i18n("Resolution Dialog"), syncInfoList*sinfo=0L, KPilotLink*lnk=0L); diff --git a/conduits/docconduit/doc-factory.h b/conduits/docconduit/doc-factory.h index a91faa6..f8968d9 100644 --- a/conduits/docconduit/doc-factory.h +++ b/conduits/docconduit/doc-factory.h @@ -38,7 +38,7 @@ class KAboutData; class DOCConduitFactory:public KLibFactory { Q_OBJECT - TQ_OBJECT + public: DOCConduitFactory(TQObject * = 0L, const char * = 0L); 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); diff --git a/conduits/knotes/knotes-action.h b/conduits/knotes/knotes-action.h index bd057b7..3c2288b 100644 --- a/conduits/knotes/knotes-action.h +++ b/conduits/knotes/knotes-action.h @@ -37,7 +37,7 @@ class PilotMemo; class KNotesAction : public ConduitAction { Q_OBJECT - TQ_OBJECT + public: KNotesAction( KPilotLink *o, diff --git a/conduits/knotes/knotes-factory.h b/conduits/knotes/knotes-factory.h index 035d238..5fc6a09 100644 --- a/conduits/knotes/knotes-factory.h +++ b/conduits/knotes/knotes-factory.h @@ -37,7 +37,7 @@ class KAboutData; class KNotesConduitFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: KNotesConduitFactory(TQObject * = 0L,const char * = 0L); diff --git a/conduits/malconduit/mal-conduit.h b/conduits/malconduit/mal-conduit.h index 46e5551..861772a 100644 --- a/conduits/malconduit/mal-conduit.h +++ b/conduits/malconduit/mal-conduit.h @@ -38,7 +38,7 @@ class MALConduit : public ConduitAction { Q_OBJECT - TQ_OBJECT + public: MALConduit( KPilotLink *o, diff --git a/conduits/malconduit/mal-factory.h b/conduits/malconduit/mal-factory.h index 8c95acf..8c4f235 100644 --- a/conduits/malconduit/mal-factory.h +++ b/conduits/malconduit/mal-factory.h @@ -40,7 +40,7 @@ class KAboutData; class MALConduitFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: MALConduitFactory(TQObject * = 0L,const char * = 0L); diff --git a/conduits/malconduit/mal-setup.h b/conduits/malconduit/mal-setup.h index 6114c28..6bcd6c6 100644 --- a/conduits/malconduit/mal-setup.h +++ b/conduits/malconduit/mal-setup.h @@ -40,7 +40,7 @@ class MALWidget; class MALWidgetSetup : public ConduitConfigBase { Q_OBJECT - TQ_OBJECT + public: MALWidgetSetup(TQWidget *,const char *); virtual ~MALWidgetSetup(); diff --git a/conduits/memofileconduit/memofile-conduit.h b/conduits/memofileconduit/memofile-conduit.h index d2d07d1..8166313 100644 --- a/conduits/memofileconduit/memofile-conduit.h +++ b/conduits/memofileconduit/memofile-conduit.h @@ -37,7 +37,7 @@ class PilotMemo; class MemofileConduit : public ConduitAction { Q_OBJECT - TQ_OBJECT + public: MemofileConduit(KPilotLink *, const char *name=0L, diff --git a/conduits/popmail/setupDialog.h b/conduits/popmail/setupDialog.h index cc9d831..151ad09 100644 --- a/conduits/popmail/setupDialog.h +++ b/conduits/popmail/setupDialog.h @@ -40,7 +40,7 @@ class PopMailWidget; // From setup-dialog.ui class PopMailWidgetConfig : public ConduitConfigBase { Q_OBJECT - TQ_OBJECT + public: PopMailWidgetConfig(TQWidget *, const char *); virtual void load(); diff --git a/conduits/sysinfoconduit/sysinfo-conduit.h b/conduits/sysinfoconduit/sysinfo-conduit.h index 6fde73c..db3d14e 100644 --- a/conduits/sysinfoconduit/sysinfo-conduit.h +++ b/conduits/sysinfoconduit/sysinfo-conduit.h @@ -33,7 +33,7 @@ class SysInfoConduit : public ConduitAction { Q_OBJECT - TQ_OBJECT + public: SysInfoConduit( KPilotLink *o, diff --git a/conduits/timeconduit/time-setup.h b/conduits/timeconduit/time-setup.h index d1ed262..7089624 100644 --- a/conduits/timeconduit/time-setup.h +++ b/conduits/timeconduit/time-setup.h @@ -37,7 +37,7 @@ class KAboutData; class TimeWidgetConfig : public ConduitConfigBase { Q_OBJECT - TQ_OBJECT + public: TimeWidgetConfig(TQWidget *parent, const char *); virtual void commit(); diff --git a/conduits/vcalconduit/todo-conduit.h b/conduits/vcalconduit/todo-conduit.h index 5938d41..50490e2 100644 --- a/conduits/vcalconduit/todo-conduit.h +++ b/conduits/vcalconduit/todo-conduit.h @@ -64,7 +64,7 @@ public: class TodoConduit : public VCalConduitBase { Q_OBJECT - TQ_OBJECT + public: TodoConduit(KPilotLink *, const char *name=0L, diff --git a/conduits/vcalconduit/vcal-conduit.h b/conduits/vcalconduit/vcal-conduit.h index 482e8e7..6833fd4 100644 --- a/conduits/vcalconduit/vcal-conduit.h +++ b/conduits/vcalconduit/vcal-conduit.h @@ -67,7 +67,7 @@ public: class VCalConduit : public VCalConduitBase { Q_OBJECT - TQ_OBJECT + public: VCalConduit(KPilotLink *, const char *name=0L, diff --git a/conduits/vcalconduit/vcal-conduitbase.h b/conduits/vcalconduit/vcal-conduitbase.h index 7f04cfd..bf55248 100644 --- a/conduits/vcalconduit/vcal-conduitbase.h +++ b/conduits/vcalconduit/vcal-conduitbase.h @@ -75,7 +75,7 @@ public: class VCalConduitBase : public ConduitAction { Q_OBJECT - TQ_OBJECT + public: VCalConduitBase(KPilotLink *, const char *name = 0L, |