summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/treeviews')
-rw-r--r--quanta/treeviews/basetreeview.h4
-rw-r--r--quanta/treeviews/doctreeview.h2
-rw-r--r--quanta/treeviews/filestreeview.h2
-rw-r--r--quanta/treeviews/newtemplatedirdlg.h2
-rw-r--r--quanta/treeviews/projecttreeview.h2
-rw-r--r--quanta/treeviews/scripttreeview.h2
-rw-r--r--quanta/treeviews/servertreeview.h2
-rw-r--r--quanta/treeviews/structtreeview.h2
-rw-r--r--quanta/treeviews/tagattributetree.h8
-rw-r--r--quanta/treeviews/templatestreeview.h2
-rw-r--r--quanta/treeviews/uploadtreeview.h2
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();