diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:18:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 17:40:35 +0900 |
commit | 3dbd5e8f9b528bba86f91f818d87db3d327d0808 (patch) | |
tree | 2107d790de58a77ea4444b875a8fa0f760ae0757 /k9author | |
parent | e293907ad9731cd1dfc8827d7194e16139701bef (diff) | |
download | k9copy-3dbd5e8f9b528bba86f91f818d87db3d327d0808.tar.gz k9copy-3dbd5e8f9b528bba86f91f818d87db3d327d0808.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b3ebd61cfbfdba0d025543c5323751ad7a73a8fe)
Diffstat (limited to 'k9author')
-rw-r--r-- | k9author/k9avidecode.h | 2 | ||||
-rw-r--r-- | k9author/k9avifile.h | 2 | ||||
-rw-r--r-- | k9author/k9canvasselection.h | 2 | ||||
-rw-r--r-- | k9author/k9chapteredit.h | 2 | ||||
-rw-r--r-- | k9author/k9import.h | 2 | ||||
-rw-r--r-- | k9author/k9importfiles.h | 2 | ||||
-rw-r--r-- | k9author/k9menu.h | 2 | ||||
-rw-r--r-- | k9author/k9menubutton.h | 2 | ||||
-rw-r--r-- | k9author/k9menuedit.h | 2 | ||||
-rw-r--r-- | k9author/k9menueditor.h | 2 | ||||
-rw-r--r-- | k9author/k9newdvd.h | 2 | ||||
-rw-r--r-- | k9author/k9newtitle.h | 2 | ||||
-rw-r--r-- | k9author/k9title.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/k9author/k9avidecode.h b/k9author/k9avidecode.h index e1ecd0f..a6d5684 100644 --- a/k9author/k9avidecode.h +++ b/k9author/k9avidecode.h @@ -34,7 +34,7 @@ extern "C" { class k9AviDecode : public TQObject { -Q_OBJECT +TQ_OBJECT public: k9AviDecode(TQObject *parent = 0, const char *name = 0); diff --git a/k9author/k9avifile.h b/k9author/k9avifile.h index afa72cf..7b7268c 100644 --- a/k9author/k9avifile.h +++ b/k9author/k9avifile.h @@ -22,7 +22,7 @@ class k9Title; class k9AviFile : public TQObject { -Q_OBJECT +TQ_OBJECT public: k9AviFile(k9Title *parent = 0, const char *name = 0); diff --git a/k9author/k9canvasselection.h b/k9author/k9canvasselection.h index 2ff4648..87da419 100644 --- a/k9author/k9canvasselection.h +++ b/k9author/k9canvasselection.h @@ -37,7 +37,7 @@ private: class k9CanvasSelection : public TQObject { -Q_OBJECT +TQ_OBJECT public: k9CanvasSelection(k9MenuEditor *_editor); diff --git a/k9author/k9chapteredit.h b/k9author/k9chapteredit.h index f232de0..3d1a1b2 100644 --- a/k9author/k9chapteredit.h +++ b/k9author/k9chapteredit.h @@ -21,7 +21,7 @@ class k9DrawImage; class k9ChapterEdit : public chapterEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/k9author/k9import.h b/k9author/k9import.h index 3c87623..067c91f 100644 --- a/k9author/k9import.h +++ b/k9author/k9import.h @@ -24,7 +24,7 @@ class k9AviFile; class k9MenuButton; class k9MenuEdit; class k9Import : public import { - Q_OBJECT + TQ_OBJECT private: TQListViewItem *m_root; diff --git a/k9author/k9importfiles.h b/k9author/k9importfiles.h index c310643..27f96ea 100644 --- a/k9author/k9importfiles.h +++ b/k9author/k9importfiles.h @@ -27,7 +27,7 @@ class k9Import; class k9NewTitle; class k9ImportFiles : public KMdiMainFrm { -Q_OBJECT +TQ_OBJECT public: k9ImportFiles(TQWidget *parent = 0, const char *name = 0); diff --git a/k9author/k9menu.h b/k9author/k9menu.h index dc75574..66aeaf8 100644 --- a/k9author/k9menu.h +++ b/k9author/k9menu.h @@ -25,7 +25,7 @@ */ class k9MenuButton; class k9Menu : public TQObject { - Q_OBJECT + TQ_OBJECT public slots: void setStartScript(const TQString &); diff --git a/k9author/k9menubutton.h b/k9author/k9menubutton.h index 20ebcd5..331df2a 100644 --- a/k9author/k9menubutton.h +++ b/k9author/k9menubutton.h @@ -37,7 +37,7 @@ private: class k9MenuButton : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum eTextPosition {BOTTOM=1,RIGHT=2}; diff --git a/k9author/k9menuedit.h b/k9author/k9menuedit.h index 18b7f30..985d474 100644 --- a/k9author/k9menuedit.h +++ b/k9author/k9menuedit.h @@ -25,7 +25,7 @@ class k9MenuEditor; class k9MenuEdit : public menuEdit { - Q_OBJECT + TQ_OBJECT public: enum eFormat {PAL=1,NTSC=2}; diff --git a/k9author/k9menueditor.h b/k9author/k9menueditor.h index ae22954..2488dfe 100644 --- a/k9author/k9menueditor.h +++ b/k9author/k9menueditor.h @@ -22,7 +22,7 @@ class k9MenuButton; class k9MenuEdit; class k9CanvasSelection; class k9MenuEditor : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: diff --git a/k9author/k9newdvd.h b/k9author/k9newdvd.h index cbc3261..00fcb2a 100644 --- a/k9author/k9newdvd.h +++ b/k9author/k9newdvd.h @@ -36,7 +36,7 @@ protected: }; class k9NewDVD : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum eFormat {NTSC=2,PAL=1}; diff --git a/k9author/k9newtitle.h b/k9author/k9newtitle.h index 931ae1e..a5d75a3 100644 --- a/k9author/k9newtitle.h +++ b/k9author/k9newtitle.h @@ -21,7 +21,7 @@ class k9Import; class k9NewTitle : public newTitle { - Q_OBJECT + TQ_OBJECT private: k9Import *m_k9Import; diff --git a/k9author/k9title.h b/k9author/k9title.h index 3a489b0..4b00ffa 100644 --- a/k9author/k9title.h +++ b/k9author/k9title.h @@ -29,7 +29,7 @@ protected: }; class k9Title : public TQObject { - Q_OBJECT + TQ_OBJECT public: k9Title(k9NewDVD *parent = 0, const char *name = 0); |