summaryrefslogtreecommitdiffstats
path: root/kpilot
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot')
-rw-r--r--kpilot/addressEditor.h2
-rw-r--r--kpilot/addressWidget.h2
-rw-r--r--kpilot/conduitConfigDialog.h4
-rw-r--r--kpilot/datebookWidget.h2
-rw-r--r--kpilot/dbAppInfoEditor.h2
-rw-r--r--kpilot/dbFlagsEditor.h2
-rw-r--r--kpilot/dbRecordEditor.h2
-rw-r--r--kpilot/dbSelectionDialog.h2
-rw-r--r--kpilot/dbviewerWidget.h2
-rw-r--r--kpilot/fileInstallWidget.h2
-rw-r--r--kpilot/fileInstaller.h2
-rw-r--r--kpilot/hotSync.h6
-rw-r--r--kpilot/internalEditorAction.h2
-rw-r--r--kpilot/kpilot.h2
-rw-r--r--kpilot/kpilotConfigDialog.h4
-rw-r--r--kpilot/kpilotConfigWizard.h2
-rw-r--r--kpilot/kpilotProbeDialog.h2
-rw-r--r--kpilot/listCat.h2
-rw-r--r--kpilot/logFile.h2
-rw-r--r--kpilot/logWidget.h2
-rw-r--r--kpilot/memoWidget.h2
-rw-r--r--kpilot/pilotComponent.h2
-rw-r--r--kpilot/pilotDaemon.h4
-rw-r--r--kpilot/todoEditor.h2
-rw-r--r--kpilot/todoWidget.h4
25 files changed, 31 insertions, 31 deletions
diff --git a/kpilot/addressEditor.h b/kpilot/addressEditor.h
index 20a7c4c..9a715a0 100644
--- a/kpilot/addressEditor.h
+++ b/kpilot/addressEditor.h
@@ -37,7 +37,7 @@ class TQLineEdit;
class AddressEditor : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
diff --git a/kpilot/addressWidget.h b/kpilot/addressWidget.h
index a59d3ad..bc7b9a3 100644
--- a/kpilot/addressWidget.h
+++ b/kpilot/addressWidget.h
@@ -43,7 +43,7 @@ class PilotDatabase;
class AddressWidget : public PilotComponent
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/conduitConfigDialog.h b/kpilot/conduitConfigDialog.h
index a122e1c..5b44a67 100644
--- a/kpilot/conduitConfigDialog.h
+++ b/kpilot/conduitConfigDialog.h
@@ -44,7 +44,7 @@ class ConduitConfig;
class ConduitConfigWidgetBase : public TDECModule
{
-Q_OBJECT
+TQ_OBJECT
public:
ConduitConfigWidgetBase(TQWidget *p=0L,const char *n=0L);
@@ -59,7 +59,7 @@ public:
class ConduitConfigWidget : public ConduitConfigWidgetBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ConduitConfigWidget(TQWidget *,
diff --git a/kpilot/datebookWidget.h b/kpilot/datebookWidget.h
index 1cc645c..51af59a 100644
--- a/kpilot/datebookWidget.h
+++ b/kpilot/datebookWidget.h
@@ -38,7 +38,7 @@ class TDEListView;
class DatebookWidget : public PilotComponent
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/dbAppInfoEditor.h b/kpilot/dbAppInfoEditor.h
index a21fba7..525bef7 100644
--- a/kpilot/dbAppInfoEditor.h
+++ b/kpilot/dbAppInfoEditor.h
@@ -34,7 +34,7 @@ class TQWidget;
class DBAppInfoEditor : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
DBAppInfoEditor(char*appInfoData, int l, TQWidget *parent = 0);
diff --git a/kpilot/dbFlagsEditor.h b/kpilot/dbFlagsEditor.h
index 3aab7fa..88bee05 100644
--- a/kpilot/dbFlagsEditor.h
+++ b/kpilot/dbFlagsEditor.h
@@ -37,7 +37,7 @@ struct DBInfo;
*/
class DBFlagsEditor : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
DBFlagsEditor(DBInfo*dbinfo=0L, TQWidget *parent = 0);
diff --git a/kpilot/dbRecordEditor.h b/kpilot/dbRecordEditor.h
index 43f13dd..b69a0ac 100644
--- a/kpilot/dbRecordEditor.h
+++ b/kpilot/dbRecordEditor.h
@@ -53,7 +53,7 @@ class PilotRecord;
*/
class DBRecordEditor : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
DBRecordEditor(PilotRecord*r=0L, int n=-1, TQWidget *parent = 0);
diff --git a/kpilot/dbSelectionDialog.h b/kpilot/dbSelectionDialog.h
index ed2acbc..e729abe 100644
--- a/kpilot/dbSelectionDialog.h
+++ b/kpilot/dbSelectionDialog.h
@@ -36,7 +36,7 @@ class KPilotDBSelectionWidget;
class KPilotDBSelectionDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
KPilotDBSelectionDialog(TQStringList &selectedDBs, TQStringList &deviceDBs,
diff --git a/kpilot/dbviewerWidget.h b/kpilot/dbviewerWidget.h
index 5d2c30c..23bc52c 100644
--- a/kpilot/dbviewerWidget.h
+++ b/kpilot/dbviewerWidget.h
@@ -42,7 +42,7 @@ class TDEListView;
class GenericDBWidget : public PilotComponent
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/fileInstallWidget.h b/kpilot/fileInstallWidget.h
index e61880d..dc52e76 100644
--- a/kpilot/fileInstallWidget.h
+++ b/kpilot/fileInstallWidget.h
@@ -44,7 +44,7 @@ class FileInstaller;
class FileInstallWidget : public PilotComponent
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/fileInstaller.h b/kpilot/fileInstaller.h
index 652e4ac..f1646bb 100644
--- a/kpilot/fileInstaller.h
+++ b/kpilot/fileInstaller.h
@@ -41,7 +41,7 @@ class TQString;
class FileInstaller : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
FileInstaller();
diff --git a/kpilot/hotSync.h b/kpilot/hotSync.h
index 308cd3e..680691e 100644
--- a/kpilot/hotSync.h
+++ b/kpilot/hotSync.h
@@ -51,7 +51,7 @@ protected:
class BackupAction : public SyncAction
{
-Q_OBJECT
+TQ_OBJECT
public:
@@ -117,7 +117,7 @@ private:
class FileInstallAction : public SyncAction
{
-Q_OBJECT
+TQ_OBJECT
public:
FileInstallAction(KPilotLink *,
@@ -145,7 +145,7 @@ private:
class RestoreAction : public SyncAction
{
-Q_OBJECT
+TQ_OBJECT
public:
RestoreAction(KPilotLink *,TQWidget *w=0L);
diff --git a/kpilot/internalEditorAction.h b/kpilot/internalEditorAction.h
index ec9712a..40e4ea3 100644
--- a/kpilot/internalEditorAction.h
+++ b/kpilot/internalEditorAction.h
@@ -35,7 +35,7 @@
class InternalEditorAction : public SyncAction
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/kpilot.h b/kpilot/kpilot.h
index 1dcf947..4f52123 100644
--- a/kpilot/kpilot.h
+++ b/kpilot/kpilot.h
@@ -49,7 +49,7 @@ class LogWidget;
class KPilotInstaller : public TDEMainWindow, public KPilotDCOP
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpilot/kpilotConfigDialog.h b/kpilot/kpilotConfigDialog.h
index ac4dfa3..09fa182 100644
--- a/kpilot/kpilotConfigDialog.h
+++ b/kpilot/kpilotConfigDialog.h
@@ -52,7 +52,7 @@ protected:
class DeviceConfigPage : public ConfigPage
{
-Q_OBJECT
+TQ_OBJECT
public:
DeviceConfigPage( TQWidget *, const char * );
@@ -90,7 +90,7 @@ private:
class BackupConfigPage : public ConfigPage
{
-Q_OBJECT
+TQ_OBJECT
public:
BackupConfigPage( TQWidget *, const char * );
diff --git a/kpilot/kpilotConfigWizard.h b/kpilot/kpilotConfigWizard.h
index b5961cf..de5c110 100644
--- a/kpilot/kpilotConfigWizard.h
+++ b/kpilot/kpilotConfigWizard.h
@@ -36,7 +36,7 @@ class ConfigWizard_base3;
class ConfigWizard : public KWizard
{
-Q_OBJECT
+TQ_OBJECT
public:
enum Mode { InDialog=0, Standalone=1 } ;
diff --git a/kpilot/kpilotProbeDialog.h b/kpilot/kpilotProbeDialog.h
index 311b326..2202f0e 100644
--- a/kpilot/kpilotProbeDialog.h
+++ b/kpilot/kpilotProbeDialog.h
@@ -45,7 +45,7 @@ typedef TQMap<TQString, KPilotDeviceLink*> PilotLinkMap;
class ProbeDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ProbeDialog(TQWidget *p=0L,const char *n=0L);
diff --git a/kpilot/listCat.h b/kpilot/listCat.h
index a816f37..38118f9 100644
--- a/kpilot/listCat.h
+++ b/kpilot/listCat.h
@@ -63,7 +63,7 @@ class TQStringList;
class ListCategorizer : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpilot/logFile.h b/kpilot/logFile.h
index de4fbd5..e8081ba 100644
--- a/kpilot/logFile.h
+++ b/kpilot/logFile.h
@@ -38,7 +38,7 @@ class TQTextStream;
class LogFile : public TQObject, public LoggerDCOP
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/logWidget.h b/kpilot/logWidget.h
index 3dca85f..5a38b1e 100644
--- a/kpilot/logWidget.h
+++ b/kpilot/logWidget.h
@@ -39,7 +39,7 @@ class KProgress;
class LogWidget : public PilotComponent , public LoggerDCOP
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/memoWidget.h b/kpilot/memoWidget.h
index fa509b4..433384c 100644
--- a/kpilot/memoWidget.h
+++ b/kpilot/memoWidget.h
@@ -41,7 +41,7 @@ class PilotListItem;
class MemoWidget : public PilotComponent
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kpilot/pilotComponent.h b/kpilot/pilotComponent.h
index 94c42f3..89089fb 100644
--- a/kpilot/pilotComponent.h
+++ b/kpilot/pilotComponent.h
@@ -40,7 +40,7 @@ class TQString;
class PilotComponent : public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
friend class KPilotInstaller;
diff --git a/kpilot/pilotDaemon.h b/kpilot/pilotDaemon.h
index 4929fb5..a8896f9 100644
--- a/kpilot/pilotDaemon.h
+++ b/kpilot/pilotDaemon.h
@@ -53,7 +53,7 @@ class KPilotDeviceLink;
class PilotDaemonTray : public KSystemTray
{
- Q_OBJECT
+ TQ_OBJECT
friend class PilotDaemon;
@@ -127,7 +127,7 @@ private:
class PilotDaemon : public TQObject, virtual public PilotDaemonDCOP
{
- Q_OBJECT
+ TQ_OBJECT
// The tray must be our friend so that we can let it stop the daemon.
diff --git a/kpilot/todoEditor.h b/kpilot/todoEditor.h
index bc56014..d36e87b 100644
--- a/kpilot/todoEditor.h
+++ b/kpilot/todoEditor.h
@@ -42,7 +42,7 @@ class TodoEditorBase;
class TodoEditor : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
diff --git a/kpilot/todoWidget.h b/kpilot/todoWidget.h
index 238d818..80f8953 100644
--- a/kpilot/todoWidget.h
+++ b/kpilot/todoWidget.h
@@ -40,7 +40,7 @@ class TQTextView;
class TodoListView : public TDEListView
{
-Q_OBJECT
+TQ_OBJECT
public:
TodoListView(TQWidget * parent = 0, const char * name = 0 ):TDEListView(parent, name){};
@@ -66,7 +66,7 @@ public:
class TodoWidget : public PilotComponent
{
-Q_OBJECT
+TQ_OBJECT
public: