diff options
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 06004f7..81cb90c 100644 --- a/k9author/k9avidecode.h +++ b/k9author/k9avidecode.h @@ -57,7 +57,7 @@ typedef void (*avcodec_flush_buffers_t)(AVCodecContext *); 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 4a06f1e..afa72cf 100644 --- a/k9author/k9avifile.h +++ b/k9author/k9avifile.h @@ -23,7 +23,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 35d0179..2ff4648 100644 --- a/k9author/k9canvasselection.h +++ b/k9author/k9canvasselection.h @@ -38,7 +38,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 2af1415..f232de0 100644 --- a/k9author/k9chapteredit.h +++ b/k9author/k9chapteredit.h @@ -22,7 +22,7 @@ class k9DrawImage; class k9ChapterEdit : public chapterEdit { Q_OBJECT - TQ_OBJECT + public: k9ChapterEdit(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/k9author/k9import.h b/k9author/k9import.h index 02a43be..3c87623 100644 --- a/k9author/k9import.h +++ b/k9author/k9import.h @@ -25,7 +25,7 @@ class k9MenuButton; class k9MenuEdit; class k9Import : public import { Q_OBJECT - TQ_OBJECT + private: TQListViewItem *m_root; k9NewDVD m_newDVD; diff --git a/k9author/k9importfiles.h b/k9author/k9importfiles.h index 305b5b3..8b28676 100644 --- a/k9author/k9importfiles.h +++ b/k9author/k9importfiles.h @@ -28,7 +28,7 @@ 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 d34150e..dc75574 100644 --- a/k9author/k9menu.h +++ b/k9author/k9menu.h @@ -26,7 +26,7 @@ class k9MenuButton; class k9Menu : public TQObject { Q_OBJECT - TQ_OBJECT + public slots: void setStartScript(const TQString &); void setStartScript2(const TQString &); diff --git a/k9author/k9menubutton.h b/k9author/k9menubutton.h index 80d5cf3..20ebcd5 100644 --- a/k9author/k9menubutton.h +++ b/k9author/k9menubutton.h @@ -38,7 +38,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 349a20e..18b7f30 100644 --- a/k9author/k9menuedit.h +++ b/k9author/k9menuedit.h @@ -26,7 +26,7 @@ class k9MenuEditor; class k9MenuEdit : public menuEdit { Q_OBJECT - TQ_OBJECT + public: enum eFormat {PAL=1,NTSC=2}; enum eMenuType {ROOTMENU,TITLEMENU}; diff --git a/k9author/k9menueditor.h b/k9author/k9menueditor.h index dc06f3a..ae22954 100644 --- a/k9author/k9menueditor.h +++ b/k9author/k9menueditor.h @@ -23,7 +23,7 @@ class k9MenuEdit; class k9CanvasSelection; class k9MenuEditor : public TQCanvasView { Q_OBJECT - TQ_OBJECT + public: k9MenuEditor(TQCanvas&, TQWidget* parent=0, const char* name=0, WFlags f=0); diff --git a/k9author/k9newdvd.h b/k9author/k9newdvd.h index cacbe99..e5aac10 100644 --- a/k9author/k9newdvd.h +++ b/k9author/k9newdvd.h @@ -37,7 +37,7 @@ protected: class k9NewDVD : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum eFormat {NTSC=2,PAL=1}; k9NewDVD ( TQObject *parent = 0, const char *name = 0 ); diff --git a/k9author/k9newtitle.h b/k9author/k9newtitle.h index 7b2ed9a..931ae1e 100644 --- a/k9author/k9newtitle.h +++ b/k9author/k9newtitle.h @@ -22,7 +22,7 @@ class k9Import; class k9NewTitle : public newTitle { Q_OBJECT - TQ_OBJECT + private: k9Import *m_k9Import; TQString m_fileName; diff --git a/k9author/k9title.h b/k9author/k9title.h index 109fd67..3a489b0 100644 --- a/k9author/k9title.h +++ b/k9author/k9title.h @@ -30,7 +30,7 @@ protected: class k9Title : public TQObject { Q_OBJECT - TQ_OBJECT + public: k9Title(k9NewDVD *parent = 0, const char *name = 0); ~k9Title(); |