diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:42 -0600 |
commit | 3da0c9594ec7967c35cc9851c9403f8303ec542b (patch) | |
tree | e82a47b6c444f8931ee51ebc5b6985ecb3d68d39 /quanta/treeviews | |
parent | 1179541f92513abc4cc3798ab2bb96960b3daebd (diff) | |
download | tdewebdev-3da0c9594ec7967c35cc9851c9403f8303ec542b.tar.gz tdewebdev-3da0c9594ec7967c35cc9851c9403f8303ec542b.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'quanta/treeviews')
-rw-r--r-- | quanta/treeviews/basetreeview.h | 4 | ||||
-rw-r--r-- | quanta/treeviews/doctreeview.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/filestreeview.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/newtemplatedirdlg.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/projecttreeview.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/scripttreeview.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/servertreeview.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/structtreeview.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/tagattributetree.h | 8 | ||||
-rw-r--r-- | quanta/treeviews/templatestreeview.h | 2 | ||||
-rw-r--r-- | quanta/treeviews/uploadtreeview.h | 2 |
11 files changed, 15 insertions, 15 deletions
diff --git a/quanta/treeviews/basetreeview.h b/quanta/treeviews/basetreeview.h index 94c4611a..19e73839 100644 --- a/quanta/treeviews/basetreeview.h +++ b/quanta/treeviews/basetreeview.h @@ -84,7 +84,7 @@ public: */ class BaseTreeBranch : public KFileTreeBranch { Q_OBJECT - TQ_OBJECT + public: BaseTreeBranch(KFileTreeView *parent, const KURL& url, @@ -134,7 +134,7 @@ public: */ class BaseTreeView : public KFileTreeView { Q_OBJECT - TQ_OBJECT + public: BaseTreeView(TQWidget *parent = 0L, const char *name = 0L); diff --git a/quanta/treeviews/doctreeview.h b/quanta/treeviews/doctreeview.h index 5be36ec5..7ce1b656 100644 --- a/quanta/treeviews/doctreeview.h +++ b/quanta/treeviews/doctreeview.h @@ -35,7 +35,7 @@ class KPopupMenu; class DocTreeView : public KListView { Q_OBJECT - TQ_OBJECT + public: DocTreeView(TQWidget *parent=0, const char *name=0); ~DocTreeView(); diff --git a/quanta/treeviews/filestreeview.h b/quanta/treeviews/filestreeview.h index 29b547f0..bdee0d0c 100644 --- a/quanta/treeviews/filestreeview.h +++ b/quanta/treeviews/filestreeview.h @@ -33,7 +33,7 @@ class KURL; class FilesTreeView : public BaseTreeView { Q_OBJECT - TQ_OBJECT + public: FilesTreeView(KConfig *config, TQWidget *parent, const char *name = 0L); diff --git a/quanta/treeviews/newtemplatedirdlg.h b/quanta/treeviews/newtemplatedirdlg.h index fb496eb8..0f6ae128 100644 --- a/quanta/treeviews/newtemplatedirdlg.h +++ b/quanta/treeviews/newtemplatedirdlg.h @@ -25,7 +25,7 @@ class NewTemplateDirDlg : public TemplateDirForm { Q_OBJECT - TQ_OBJECT + public: NewTemplateDirDlg(TQWidget *parent=0, const char *name=0); ~NewTemplateDirDlg(); diff --git a/quanta/treeviews/projecttreeview.h b/quanta/treeviews/projecttreeview.h index b5dfa5a5..ea67610a 100644 --- a/quanta/treeviews/projecttreeview.h +++ b/quanta/treeviews/projecttreeview.h @@ -52,7 +52,7 @@ public: class ProjectTreeView : public BaseTreeView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/quanta/treeviews/scripttreeview.h b/quanta/treeviews/scripttreeview.h index d09cdf60..9914c622 100644 --- a/quanta/treeviews/scripttreeview.h +++ b/quanta/treeviews/scripttreeview.h @@ -41,7 +41,7 @@ */ class ScriptTreeView : public BaseTreeView { Q_OBJECT - TQ_OBJECT + public: diff --git a/quanta/treeviews/servertreeview.h b/quanta/treeviews/servertreeview.h index 5c36771b..02213bee 100644 --- a/quanta/treeviews/servertreeview.h +++ b/quanta/treeviews/servertreeview.h @@ -59,7 +59,7 @@ public: class ServerTreeView : public BaseTreeView { Q_OBJECT - TQ_OBJECT + public: ServerTreeView(KConfig *config, TQWidget *parent, const KURL &url, const char *name = 0L); diff --git a/quanta/treeviews/structtreeview.h b/quanta/treeviews/structtreeview.h index 2087f3fc..a13261fa 100644 --- a/quanta/treeviews/structtreeview.h +++ b/quanta/treeviews/structtreeview.h @@ -40,7 +40,7 @@ struct DTDStruct; class StructTreeView : public KListView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/quanta/treeviews/tagattributetree.h b/quanta/treeviews/tagattributetree.h index c36c3406..d91135da 100644 --- a/quanta/treeviews/tagattributetree.h +++ b/quanta/treeviews/tagattributetree.h @@ -33,7 +33,7 @@ class TQGridLayout; class EditableTree : public KListView { Q_OBJECT - TQ_OBJECT + public: EditableTree(TQWidget *parent = 0, const char *name = 0); @@ -56,7 +56,7 @@ protected: class DualEditableTree : public EditableTree { Q_OBJECT - TQ_OBJECT + public: DualEditableTree(TQWidget *parent = 0, const char *name = 0); virtual ~DualEditableTree(); @@ -83,7 +83,7 @@ private: class TagAttributeTree : public EditableTree { Q_OBJECT - TQ_OBJECT + public: TagAttributeTree(TQWidget *parent=0, const char *name=0); @@ -116,7 +116,7 @@ private: class EnhancedTagAttributeTree : public TQWidget { Q_OBJECT - TQ_OBJECT + public: EnhancedTagAttributeTree(TQWidget *parent = 0, const char *name = 0); virtual ~EnhancedTagAttributeTree(); diff --git a/quanta/treeviews/templatestreeview.h b/quanta/treeviews/templatestreeview.h index 017d3c06..075c9ba7 100644 --- a/quanta/treeviews/templatestreeview.h +++ b/quanta/treeviews/templatestreeview.h @@ -39,7 +39,7 @@ public: class TemplatesTreeView : public BaseTreeView { Q_OBJECT - TQ_OBJECT + public: diff --git a/quanta/treeviews/uploadtreeview.h b/quanta/treeviews/uploadtreeview.h index 56f4bff0..8d9edfbb 100644 --- a/quanta/treeviews/uploadtreeview.h +++ b/quanta/treeviews/uploadtreeview.h @@ -31,7 +31,7 @@ class KFileItem; class UploadTreeView : public KListView { Q_OBJECT - TQ_OBJECT + public: UploadTreeView( TQWidget *parent, const char *name=0L ); ~UploadTreeView(); |