|
|
@ -51,7 +51,7 @@ protected:
|
|
|
|
|
|
|
|
|
|
|
|
class BackupAction : public SyncAction
|
|
|
|
class BackupAction : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
@ -117,7 +117,7 @@ private:
|
|
|
|
|
|
|
|
|
|
|
|
class FileInstallAction : public SyncAction
|
|
|
|
class FileInstallAction : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
FileInstallAction(KPilotLink *,
|
|
|
|
FileInstallAction(KPilotLink *,
|
|
|
@ -145,7 +145,7 @@ private:
|
|
|
|
|
|
|
|
|
|
|
|
class RestoreAction : public SyncAction
|
|
|
|
class RestoreAction : public SyncAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
RestoreAction(KPilotLink *,TQWidget *w=0L);
|
|
|
|
RestoreAction(KPilotLink *,TQWidget *w=0L);
|
|
|
|