diff options
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 e652e40..8926176 100644 --- a/conduits/abbrowserconduit/abbrowser-conduit.h +++ b/conduits/abbrowserconduit/abbrowser-conduit.h @@ -53,7 +53,7 @@ typedef TQValueList<recordid_t> RecordIDList;  class AbbrowserConduit : public ConduitAction  { -Q_OBJECT +TQ_OBJECT  public:  	AbbrowserConduit(KPilotLink *o,const char *n = 0L, diff --git a/conduits/abbrowserconduit/resolutionDialog.h b/conduits/abbrowserconduit/resolutionDialog.h index b14c74a..647711b 100644 --- a/conduits/abbrowserconduit/resolutionDialog.h +++ b/conduits/abbrowserconduit/resolutionDialog.h @@ -39,7 +39,7 @@ class ResolutionTable;  class ResolutionDlg : public KDialogBase  { -    Q_OBJECT +    TQ_OBJECT  public: diff --git a/conduits/docconduit/DOC-converter.h b/conduits/docconduit/DOC-converter.h index 4351646..7bdb7d6 100644 --- a/conduits/docconduit/DOC-converter.h +++ b/conduits/docconduit/DOC-converter.h @@ -104,7 +104,7 @@ class docRegExpBookmark:public docMatchBookmark {   *************************************************************************************************************/  class DOCConverter:public TQObject { -Q_OBJECT +TQ_OBJECT  private:  	PilotDatabase * docdb; diff --git a/conduits/docconduit/doc-conduit.h b/conduits/docconduit/doc-conduit.h index 83fec83..c705640 100644 --- a/conduits/docconduit/doc-conduit.h +++ b/conduits/docconduit/doc-conduit.h @@ -55,7 +55,7 @@ enum eTexStatus {  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 ddd392e..0cd3f32 100644 --- a/conduits/docconduit/doc-conflictdialog.h +++ b/conduits/docconduit/doc-conflictdialog.h @@ -53,7 +53,7 @@ struct conflictEntry {  class ResolutionDialog : public KDialogBase  { -	Q_OBJECT +	TQ_OBJECT  public: diff --git a/conduits/docconduit/doc-factory.h b/conduits/docconduit/doc-factory.h index 44a47c4..8fa94ea 100644 --- a/conduits/docconduit/doc-factory.h +++ b/conduits/docconduit/doc-factory.h @@ -37,7 +37,7 @@ class TDEAboutData;  class DOCConduitFactory:public KLibFactory   { -  Q_OBJECT +  TQ_OBJECT  public: diff --git a/conduits/docconduit/kpalmdoc_dlg.h b/conduits/docconduit/kpalmdoc_dlg.h index 2fd44fd..e7c5784 100644 --- a/conduits/docconduit/kpalmdoc_dlg.h +++ b/conduits/docconduit/kpalmdoc_dlg.h @@ -34,7 +34,7 @@ class DOCConverter;  class ConverterDlg : public KDialogBase  { -    Q_OBJECT +    TQ_OBJECT  public: diff --git a/conduits/knotes/knotes-action.h b/conduits/knotes/knotes-action.h index 3c2288b..f0642c6 100644 --- a/conduits/knotes/knotes-action.h +++ b/conduits/knotes/knotes-action.h @@ -36,7 +36,7 @@ class PilotMemo;  class KNotesAction : public ConduitAction  { -Q_OBJECT +TQ_OBJECT  public:  	KNotesAction( diff --git a/conduits/knotes/knotes-factory.h b/conduits/knotes/knotes-factory.h index fd3f714..781afdb 100644 --- a/conduits/knotes/knotes-factory.h +++ b/conduits/knotes/knotes-factory.h @@ -36,7 +36,7 @@ class TDEAboutData;  class KNotesConduitFactory : public KLibFactory  { -Q_OBJECT +TQ_OBJECT  public: diff --git a/conduits/malconduit/mal-conduit.h b/conduits/malconduit/mal-conduit.h index 861772a..9f30da8 100644 --- a/conduits/malconduit/mal-conduit.h +++ b/conduits/malconduit/mal-conduit.h @@ -37,7 +37,7 @@  class MALConduit : public ConduitAction  { -Q_OBJECT +TQ_OBJECT  public:  	MALConduit( diff --git a/conduits/malconduit/mal-factory.h b/conduits/malconduit/mal-factory.h index 1b45852..d047339 100644 --- a/conduits/malconduit/mal-factory.h +++ b/conduits/malconduit/mal-factory.h @@ -39,7 +39,7 @@ class TDEAboutData;  class MALConduitFactory : public KLibFactory  { -Q_OBJECT +TQ_OBJECT  public: diff --git a/conduits/malconduit/mal-setup.h b/conduits/malconduit/mal-setup.h index 6bcd6c6..a37daf3 100644 --- a/conduits/malconduit/mal-setup.h +++ b/conduits/malconduit/mal-setup.h @@ -39,7 +39,7 @@ class MALWidget;  class MALWidgetSetup : public ConduitConfigBase  { -Q_OBJECT +TQ_OBJECT  public:  	MALWidgetSetup(TQWidget *,const char *); diff --git a/conduits/memofileconduit/memofile-conduit.h b/conduits/memofileconduit/memofile-conduit.h index 8166313..3cc7ef1 100644 --- a/conduits/memofileconduit/memofile-conduit.h +++ b/conduits/memofileconduit/memofile-conduit.h @@ -36,7 +36,7 @@ class PilotMemo;  class MemofileConduit : public ConduitAction  { -Q_OBJECT +TQ_OBJECT  public:  	MemofileConduit(KPilotLink *, diff --git a/conduits/popmail/setupDialog.h b/conduits/popmail/setupDialog.h index 151ad09..e585390 100644 --- a/conduits/popmail/setupDialog.h +++ b/conduits/popmail/setupDialog.h @@ -39,7 +39,7 @@ class PopMailWidget; // From setup-dialog.ui  class PopMailWidgetConfig : public ConduitConfigBase  { -Q_OBJECT +TQ_OBJECT  public:  	PopMailWidgetConfig(TQWidget *, const char *); diff --git a/conduits/sysinfoconduit/sysinfo-conduit.h b/conduits/sysinfoconduit/sysinfo-conduit.h index db3d14e..d59b6d1 100644 --- a/conduits/sysinfoconduit/sysinfo-conduit.h +++ b/conduits/sysinfoconduit/sysinfo-conduit.h @@ -32,7 +32,7 @@  class SysInfoConduit : public ConduitAction  { -	Q_OBJECT +	TQ_OBJECT  public:  	SysInfoConduit( diff --git a/conduits/timeconduit/time-setup.h b/conduits/timeconduit/time-setup.h index 06f2522..4fcc2eb 100644 --- a/conduits/timeconduit/time-setup.h +++ b/conduits/timeconduit/time-setup.h @@ -36,7 +36,7 @@ class TDEAboutData;  class TimeWidgetConfig : public ConduitConfigBase  { -Q_OBJECT +TQ_OBJECT  public:  	TimeWidgetConfig(TQWidget *parent, const char *); diff --git a/conduits/vcalconduit/todo-conduit.h b/conduits/vcalconduit/todo-conduit.h index 50490e2..fb636a5 100644 --- a/conduits/vcalconduit/todo-conduit.h +++ b/conduits/vcalconduit/todo-conduit.h @@ -63,7 +63,7 @@ public:  class TodoConduit : public VCalConduitBase  { -Q_OBJECT +TQ_OBJECT  public:  	TodoConduit(KPilotLink *, diff --git a/conduits/vcalconduit/vcal-conduit.h b/conduits/vcalconduit/vcal-conduit.h index 6833fd4..a069edd 100644 --- a/conduits/vcalconduit/vcal-conduit.h +++ b/conduits/vcalconduit/vcal-conduit.h @@ -66,7 +66,7 @@ public:  class VCalConduit : public VCalConduitBase  { -Q_OBJECT +TQ_OBJECT  public:  	VCalConduit(KPilotLink *, diff --git a/conduits/vcalconduit/vcal-conduitbase.h b/conduits/vcalconduit/vcal-conduitbase.h index bf55248..a52b7f8 100644 --- a/conduits/vcalconduit/vcal-conduitbase.h +++ b/conduits/vcalconduit/vcal-conduitbase.h @@ -74,7 +74,7 @@ public:  class VCalConduitBase : public ConduitAction  { -        Q_OBJECT +        TQ_OBJECT  public:  	VCalConduitBase(KPilotLink *,  | 
