summaryrefslogtreecommitdiffstats
path: root/kdat
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:17 +0900
commit416c6f3ee66fc83ef557b383b90ebf79d77c1867 (patch)
tree4addecb7f639f45822cdf693fbe9be456a9e3b2d /kdat
parent387cce9ec6a697970b6b0eac887ebfb714715a87 (diff)
downloadtdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.tar.gz
tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdat')
-rw-r--r--kdat/ArchiveInfoWidget.h2
-rw-r--r--kdat/BackupDlg.h2
-rw-r--r--kdat/BackupOptDlg.h2
-rw-r--r--kdat/BackupProfileInfoWidget.h2
-rw-r--r--kdat/BackupProfileManager.h2
-rw-r--r--kdat/BackupProfileWidget.h2
-rw-r--r--kdat/FileInfoWidget.h2
-rw-r--r--kdat/FormatOptDlg.h2
-rw-r--r--kdat/IndexDlg.h2
-rw-r--r--kdat/InfoShellWidget.h2
-rw-r--r--kdat/KDatMainWindow.h2
-rw-r--r--kdat/LoggerWidget.h2
-rw-r--r--kdat/Node.h6
-rw-r--r--kdat/Options.h2
-rw-r--r--kdat/OptionsDlg.h2
-rw-r--r--kdat/TapeDrive.h2
-rw-r--r--kdat/TapeFileInfoWidget.h2
-rw-r--r--kdat/TapeInfoWidget.h2
-rw-r--r--kdat/TapeManager.h2
-rw-r--r--kdat/TarParser.h2
-rw-r--r--kdat/VerifyDlg.h2
-rw-r--r--kdat/VerifyOptDlg.h2
-rw-r--r--kdat/ktreeview.h2
23 files changed, 25 insertions, 25 deletions
diff --git a/kdat/ArchiveInfoWidget.h b/kdat/ArchiveInfoWidget.h
index 0d2809f..b24bfff 100644
--- a/kdat/ArchiveInfoWidget.h
+++ b/kdat/ArchiveInfoWidget.h
@@ -31,7 +31,7 @@ class Archive;
* @short Display/edit information about an archive index.
*/
class ArchiveInfoWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
Archive* _archive;
TQLineEdit* _archiveName;
diff --git a/kdat/BackupDlg.h b/kdat/BackupDlg.h
index 57bd333..c0822eb 100644
--- a/kdat/BackupDlg.h
+++ b/kdat/BackupDlg.h
@@ -36,7 +36,7 @@ class TarParser;
* @short Status dialog for backing up files.
*/
class BackupDlg : public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
TDEProcess* _proc;
TarParser* _tarParser;
diff --git a/kdat/BackupOptDlg.h b/kdat/BackupOptDlg.h
index 0ad4fd8..88f44f0 100644
--- a/kdat/BackupOptDlg.h
+++ b/kdat/BackupOptDlg.h
@@ -28,7 +28,7 @@ class BackupProfileWidget;
* @short Display/edit the parameters for a backup operation.
*/
class BackupOptDlg : public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
BackupProfileWidget* _profile;
public:
diff --git a/kdat/BackupProfileInfoWidget.h b/kdat/BackupProfileInfoWidget.h
index 246c4d2..8ff1bd0 100644
--- a/kdat/BackupProfileInfoWidget.h
+++ b/kdat/BackupProfileInfoWidget.h
@@ -27,7 +27,7 @@ class BackupProfileWidget;
* @short Display/edit information about a backup profile.
*/
class BackupProfileInfoWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
BackupProfile* _backupProfile;
TQLineEdit* _name;
diff --git a/kdat/BackupProfileManager.h b/kdat/BackupProfileManager.h
index 040e9fa..84adf43 100644
--- a/kdat/BackupProfileManager.h
+++ b/kdat/BackupProfileManager.h
@@ -38,7 +38,7 @@
* The BackupProfileManager follows the Singleton pattern.
*/
class BackupProfileManager : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
static BackupProfileManager* _instance;
diff --git a/kdat/BackupProfileWidget.h b/kdat/BackupProfileWidget.h
index 5090774..4fd4060 100644
--- a/kdat/BackupProfileWidget.h
+++ b/kdat/BackupProfileWidget.h
@@ -34,7 +34,7 @@ class BackupProfile;
* @short Display/edit the parameters for a backup operation.
*/
class BackupProfileWidget : public KTabCtl {
- Q_OBJECT
+ TQ_OBJECT
TQLineEdit* _archiveName;
TQComboBox* _workingDir;
diff --git a/kdat/FileInfoWidget.h b/kdat/FileInfoWidget.h
index 36e26e4..618ba06 100644
--- a/kdat/FileInfoWidget.h
+++ b/kdat/FileInfoWidget.h
@@ -27,7 +27,7 @@ class TQLabel;
* @short Display information about a local file.
*/
class FileInfoWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
TQLabel* _fileName;
TQLabel* _ctime;
diff --git a/kdat/FormatOptDlg.h b/kdat/FormatOptDlg.h
index b4d6c13..9186202 100644
--- a/kdat/FormatOptDlg.h
+++ b/kdat/FormatOptDlg.h
@@ -29,7 +29,7 @@ class TQLineEdit;
* @short Display/edit options for formatting a tape.
*/
class FormatOptDlg : public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
TQString _name;
int _size;
diff --git a/kdat/IndexDlg.h b/kdat/IndexDlg.h
index 0d13741..14d6eb7 100644
--- a/kdat/IndexDlg.h
+++ b/kdat/IndexDlg.h
@@ -37,7 +37,7 @@ class TarParser;
* @short Status dialog for recreating a tape index.
*/
class IndexDlg : public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
TarParser* _tarParser;
Tape* _tape;
diff --git a/kdat/InfoShellWidget.h b/kdat/InfoShellWidget.h
index f461fb9..ad0ded6 100644
--- a/kdat/InfoShellWidget.h
+++ b/kdat/InfoShellWidget.h
@@ -25,7 +25,7 @@
* @short A suitable parent for the info widgets.
*/
class InfoShellWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kdat/KDatMainWindow.h b/kdat/KDatMainWindow.h
index f709f5f..34772dc 100644
--- a/kdat/KDatMainWindow.h
+++ b/kdat/KDatMainWindow.h
@@ -52,7 +52,7 @@ class TapeInfoWidget;
* @short The KDat main window. Everything happens from here.
*/
class KDatMainWindow : public TDEMainWindow {
- Q_OBJECT
+ TQ_OBJECT
private:
diff --git a/kdat/LoggerWidget.h b/kdat/LoggerWidget.h
index 00e80c9..221962b 100644
--- a/kdat/LoggerWidget.h
+++ b/kdat/LoggerWidget.h
@@ -27,7 +27,7 @@ class TQMultiLineEdit;
* @short A titled logging widget with a save option.
*/
class LoggerWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
TQMultiLineEdit* _mle;
public:
diff --git a/kdat/Node.h b/kdat/Node.h
index 81e1757..5a55aed 100644
--- a/kdat/Node.h
+++ b/kdat/Node.h
@@ -816,7 +816,7 @@ public:
* @short This node represents a tape drive.
*/
class TapeDriveNode : public TQObject, public Node {
- Q_OBJECT
+ TQ_OBJECT
MountedArchiveNode* findArchiveNode( Archive* archive );
@@ -874,7 +874,7 @@ public slots:
* @short This node represents the root of the tape index subtree.
*/
class TapeIndexRootNode : public TQObject, public Node {
- Q_OBJECT
+ TQ_OBJECT
TapeNode* findTapeNode( Tape* tape );
@@ -981,7 +981,7 @@ public:
* @short This node represents the root of the backup profile subtree.
*/
class BackupProfileRootNode : public TQObject, public Node {
- Q_OBJECT
+ TQ_OBJECT
BackupProfileNode* findBackupProfileNode( BackupProfile* backupProfile );
diff --git a/kdat/Options.h b/kdat/Options.h
index 7543897..237ab75 100644
--- a/kdat/Options.h
+++ b/kdat/Options.h
@@ -27,7 +27,7 @@ class TDEConfig;
* @short The central repository for user preferences.
*/
class Options : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
TDEConfig* _config;
int _defaultTapeSize;
diff --git a/kdat/OptionsDlg.h b/kdat/OptionsDlg.h
index db62244..9359639 100644
--- a/kdat/OptionsDlg.h
+++ b/kdat/OptionsDlg.h
@@ -28,7 +28,7 @@ class OptionsDlgWidget;
* @short Display/edit user preferences.
*/
class OptionsDlg : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
private slots:
void slotOK();
diff --git a/kdat/TapeDrive.h b/kdat/TapeDrive.h
index dea4dbf..8e6bc1c 100644
--- a/kdat/TapeDrive.h
+++ b/kdat/TapeDrive.h
@@ -27,7 +27,7 @@ class Tape;
* @short An OO interface to the tape drive.
*/
class TapeDrive : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
int _fd;
bool _readOnly;
diff --git a/kdat/TapeFileInfoWidget.h b/kdat/TapeFileInfoWidget.h
index c0f4476..c5b3bf9 100644
--- a/kdat/TapeFileInfoWidget.h
+++ b/kdat/TapeFileInfoWidget.h
@@ -29,7 +29,7 @@ class File;
* @short Display information about a tape file.
*/
class TapeFileInfoWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
File* _file;
TQLabel* _fileName;
diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h
index 106adcd..4d9cf0a 100644
--- a/kdat/TapeInfoWidget.h
+++ b/kdat/TapeInfoWidget.h
@@ -32,7 +32,7 @@ class Tape;
* @short Display/edit information about a tape index.
*/
class TapeInfoWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
Tape* _tape;
TQLineEdit* _tapeName;
diff --git a/kdat/TapeManager.h b/kdat/TapeManager.h
index 2a7bd02..06cbb6c 100644
--- a/kdat/TapeManager.h
+++ b/kdat/TapeManager.h
@@ -42,7 +42,7 @@
* The TapeManager follows the Singleton pattern.
*/
class TapeManager : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
static TapeManager* _instance;
diff --git a/kdat/TarParser.h b/kdat/TarParser.h
index c9301aa..ee01226 100644
--- a/kdat/TarParser.h
+++ b/kdat/TarParser.h
@@ -167,7 +167,7 @@ union record
* @short A parser for GNU tar archives.
*/
class TarParser : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
char _buf[512];
int _bufIdx;
diff --git a/kdat/VerifyDlg.h b/kdat/VerifyDlg.h
index fbde1da..bb330f3 100644
--- a/kdat/VerifyDlg.h
+++ b/kdat/VerifyDlg.h
@@ -36,7 +36,7 @@ class TapeDrive;
* @short Status dialog for verifying/restoring parts of an archive.
*/
class VerifyDlg : public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
bool _restore;
TDEProcess* _proc;
diff --git a/kdat/VerifyOptDlg.h b/kdat/VerifyOptDlg.h
index a08d80e..c1444f8 100644
--- a/kdat/VerifyOptDlg.h
+++ b/kdat/VerifyOptDlg.h
@@ -31,7 +31,7 @@ class TQLineEdit;
* have been combined into a single dialog.
*/
class VerifyOptDlg : public TQDialog {
- Q_OBJECT
+ TQ_OBJECT
bool _restore;
TQString _workingDir;
diff --git a/kdat/ktreeview.h b/kdat/ktreeview.h
index 4cb7958..a6031c4 100644
--- a/kdat/ktreeview.h
+++ b/kdat/ktreeview.h
@@ -398,7 +398,7 @@ typedef bool (*KForEvery)
class KTreeView : public TQGridView
{
friend class KTreeViewItem;
- Q_OBJECT
+ TQ_OBJECT
public:
/**