summaryrefslogtreecommitdiffstats
path: root/kdat/TapeInfoWidget.h
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/TapeInfoWidget.h
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/TapeInfoWidget.h')
-rw-r--r--kdat/TapeInfoWidget.h2
1 files changed, 1 insertions, 1 deletions
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;