diff options
Diffstat (limited to 'kdat')
-rw-r--r-- | kdat/ArchiveInfoWidget.h | 2 | ||||
-rw-r--r-- | kdat/BackupDlg.h | 2 | ||||
-rw-r--r-- | kdat/BackupOptDlg.h | 2 | ||||
-rw-r--r-- | kdat/BackupProfileInfoWidget.h | 2 | ||||
-rw-r--r-- | kdat/BackupProfileManager.h | 2 | ||||
-rw-r--r-- | kdat/BackupProfileWidget.h | 2 | ||||
-rw-r--r-- | kdat/FileInfoWidget.h | 2 | ||||
-rw-r--r-- | kdat/FormatOptDlg.h | 2 | ||||
-rw-r--r-- | kdat/IndexDlg.h | 2 | ||||
-rw-r--r-- | kdat/InfoShellWidget.h | 2 | ||||
-rw-r--r-- | kdat/KDatMainWindow.h | 2 | ||||
-rw-r--r-- | kdat/LoggerWidget.h | 2 | ||||
-rw-r--r-- | kdat/Node.h | 6 | ||||
-rw-r--r-- | kdat/Options.h | 2 | ||||
-rw-r--r-- | kdat/OptionsDlg.h | 2 | ||||
-rw-r--r-- | kdat/TapeDrive.h | 2 | ||||
-rw-r--r-- | kdat/TapeFileInfoWidget.h | 2 | ||||
-rw-r--r-- | kdat/TapeInfoWidget.h | 2 | ||||
-rw-r--r-- | kdat/TapeManager.h | 2 | ||||
-rw-r--r-- | kdat/TarParser.h | 2 | ||||
-rw-r--r-- | kdat/VerifyDlg.h | 2 | ||||
-rw-r--r-- | kdat/VerifyOptDlg.h | 2 | ||||
-rw-r--r-- | kdat/ktreeview.h | 2 |
23 files changed, 25 insertions, 25 deletions
diff --git a/kdat/ArchiveInfoWidget.h b/kdat/ArchiveInfoWidget.h index d48ade1..0d2809f 100644 --- a/kdat/ArchiveInfoWidget.h +++ b/kdat/ArchiveInfoWidget.h @@ -32,7 +32,7 @@ class Archive; */ class ArchiveInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + Archive* _archive; TQLineEdit* _archiveName; TQLabel* _ctime; diff --git a/kdat/BackupDlg.h b/kdat/BackupDlg.h index 092f7c0..423e920 100644 --- a/kdat/BackupDlg.h +++ b/kdat/BackupDlg.h @@ -37,7 +37,7 @@ class TarParser; */ class BackupDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + KProcess* _proc; TarParser* _tarParser; TQString _archiveName; diff --git a/kdat/BackupOptDlg.h b/kdat/BackupOptDlg.h index 8b0603e..0ad4fd8 100644 --- a/kdat/BackupOptDlg.h +++ b/kdat/BackupOptDlg.h @@ -29,7 +29,7 @@ class BackupProfileWidget; */ class BackupOptDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + BackupProfileWidget* _profile; public: /** diff --git a/kdat/BackupProfileInfoWidget.h b/kdat/BackupProfileInfoWidget.h index fe24177..246c4d2 100644 --- a/kdat/BackupProfileInfoWidget.h +++ b/kdat/BackupProfileInfoWidget.h @@ -28,7 +28,7 @@ class BackupProfileWidget; */ class BackupProfileInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + BackupProfile* _backupProfile; TQLineEdit* _name; BackupProfileWidget* _profile; diff --git a/kdat/BackupProfileManager.h b/kdat/BackupProfileManager.h index 7e54dae..f60d24a 100644 --- a/kdat/BackupProfileManager.h +++ b/kdat/BackupProfileManager.h @@ -39,7 +39,7 @@ */ class BackupProfileManager : public TQObject { Q_OBJECT - TQ_OBJECT + static BackupProfileManager* _instance; diff --git a/kdat/BackupProfileWidget.h b/kdat/BackupProfileWidget.h index 11526fe..5090774 100644 --- a/kdat/BackupProfileWidget.h +++ b/kdat/BackupProfileWidget.h @@ -35,7 +35,7 @@ class BackupProfile; */ class BackupProfileWidget : public KTabCtl { Q_OBJECT - TQ_OBJECT + TQLineEdit* _archiveName; TQComboBox* _workingDir; TQListBox* _files; diff --git a/kdat/FileInfoWidget.h b/kdat/FileInfoWidget.h index 0a36f61..36e26e4 100644 --- a/kdat/FileInfoWidget.h +++ b/kdat/FileInfoWidget.h @@ -28,7 +28,7 @@ class TQLabel; */ class FileInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + TQLabel* _fileName; TQLabel* _ctime; TQLabel* _mtime; diff --git a/kdat/FormatOptDlg.h b/kdat/FormatOptDlg.h index cdb2512..b4d6c13 100644 --- a/kdat/FormatOptDlg.h +++ b/kdat/FormatOptDlg.h @@ -30,7 +30,7 @@ class TQLineEdit; */ class FormatOptDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + TQString _name; int _size; TQLineEdit* _entry; diff --git a/kdat/IndexDlg.h b/kdat/IndexDlg.h index 41a4070..0d13741 100644 --- a/kdat/IndexDlg.h +++ b/kdat/IndexDlg.h @@ -38,7 +38,7 @@ class TarParser; */ class IndexDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + TarParser* _tarParser; Tape* _tape; Archive* _archive; diff --git a/kdat/InfoShellWidget.h b/kdat/InfoShellWidget.h index 62f2c5f..f461fb9 100644 --- a/kdat/InfoShellWidget.h +++ b/kdat/InfoShellWidget.h @@ -26,7 +26,7 @@ */ class InfoShellWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** * Create a new info shell widget. diff --git a/kdat/KDatMainWindow.h b/kdat/KDatMainWindow.h index 022e856..9f7d46f 100644 --- a/kdat/KDatMainWindow.h +++ b/kdat/KDatMainWindow.h @@ -53,7 +53,7 @@ class TapeInfoWidget; */ class KDatMainWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + private: bool _destroyed; diff --git a/kdat/LoggerWidget.h b/kdat/LoggerWidget.h index 1dd43e9..00e80c9 100644 --- a/kdat/LoggerWidget.h +++ b/kdat/LoggerWidget.h @@ -28,7 +28,7 @@ class TQMultiLineEdit; */ class LoggerWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + TQMultiLineEdit* _mle; public: /** diff --git a/kdat/Node.h b/kdat/Node.h index 2caa24b..81e1757 100644 --- a/kdat/Node.h +++ b/kdat/Node.h @@ -817,7 +817,7 @@ public: */ class TapeDriveNode : public TQObject, public Node { Q_OBJECT - TQ_OBJECT + MountedArchiveNode* findArchiveNode( Archive* archive ); public: @@ -875,7 +875,7 @@ public slots: */ class TapeIndexRootNode : public TQObject, public Node { Q_OBJECT - TQ_OBJECT + TapeNode* findTapeNode( Tape* tape ); public: @@ -982,7 +982,7 @@ public: */ class BackupProfileRootNode : public TQObject, public Node { Q_OBJECT - TQ_OBJECT + BackupProfileNode* findBackupProfileNode( BackupProfile* backupProfile ); public: diff --git a/kdat/Options.h b/kdat/Options.h index 07e02a0..522abd8 100644 --- a/kdat/Options.h +++ b/kdat/Options.h @@ -28,7 +28,7 @@ class KConfig; */ class Options : public TQObject { Q_OBJECT - TQ_OBJECT + KConfig* _config; int _defaultTapeSize; int _tapeBlockSize; diff --git a/kdat/OptionsDlg.h b/kdat/OptionsDlg.h index 75d29a9..db62244 100644 --- a/kdat/OptionsDlg.h +++ b/kdat/OptionsDlg.h @@ -29,7 +29,7 @@ class OptionsDlgWidget; */ class OptionsDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + private slots: void slotOK(); void slotApply(); diff --git a/kdat/TapeDrive.h b/kdat/TapeDrive.h index 7e49aa2..dea4dbf 100644 --- a/kdat/TapeDrive.h +++ b/kdat/TapeDrive.h @@ -28,7 +28,7 @@ class Tape; */ class TapeDrive : public TQObject { Q_OBJECT - TQ_OBJECT + int _fd; bool _readOnly; Tape* _tape; diff --git a/kdat/TapeFileInfoWidget.h b/kdat/TapeFileInfoWidget.h index 60a9a1c..c0f4476 100644 --- a/kdat/TapeFileInfoWidget.h +++ b/kdat/TapeFileInfoWidget.h @@ -30,7 +30,7 @@ class File; */ class TapeFileInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + File* _file; TQLabel* _fileName; TQLabel* _mtime; diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h index b4e1c0d..106adcd 100644 --- a/kdat/TapeInfoWidget.h +++ b/kdat/TapeInfoWidget.h @@ -33,7 +33,7 @@ class Tape; */ class TapeInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + Tape* _tape; TQLineEdit* _tapeName; TQLineEdit* _tapeSize; diff --git a/kdat/TapeManager.h b/kdat/TapeManager.h index 60b1687..2a7bd02 100644 --- a/kdat/TapeManager.h +++ b/kdat/TapeManager.h @@ -43,7 +43,7 @@ */ class TapeManager : public TQObject { Q_OBJECT - TQ_OBJECT + static TapeManager* _instance; diff --git a/kdat/TarParser.h b/kdat/TarParser.h index 326bab3..c9301aa 100644 --- a/kdat/TarParser.h +++ b/kdat/TarParser.h @@ -168,7 +168,7 @@ union record */ class TarParser : public TQObject { Q_OBJECT - TQ_OBJECT + char _buf[512]; int _bufIdx; int _blocksToSkip; diff --git a/kdat/VerifyDlg.h b/kdat/VerifyDlg.h index e9b5db6..07490a5 100644 --- a/kdat/VerifyDlg.h +++ b/kdat/VerifyDlg.h @@ -37,7 +37,7 @@ class TapeDrive; */ class VerifyDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + bool _restore; KProcess* _proc; TQString _workingDir; diff --git a/kdat/VerifyOptDlg.h b/kdat/VerifyOptDlg.h index 5c3915a..a08d80e 100644 --- a/kdat/VerifyOptDlg.h +++ b/kdat/VerifyOptDlg.h @@ -32,7 +32,7 @@ class TQLineEdit; */ class VerifyOptDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + bool _restore; TQString _workingDir; TQLineEdit* _entry; diff --git a/kdat/ktreeview.h b/kdat/ktreeview.h index 6e43518..4cb7958 100644 --- a/kdat/ktreeview.h +++ b/kdat/ktreeview.h @@ -399,7 +399,7 @@ class KTreeView : public TQGridView { friend class KTreeViewItem; Q_OBJECT - TQ_OBJECT + public: /** * Widget contructor. Passes all parameters on to base TQTableView, and |