summaryrefslogtreecommitdiffstats
path: root/karbon/dockers/vdocumentdocker.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/dockers/vdocumentdocker.h')
-rw-r--r--karbon/dockers/vdocumentdocker.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/karbon/dockers/vdocumentdocker.h b/karbon/dockers/vdocumentdocker.h
index 4f60949a7..f88bdf7f9 100644
--- a/karbon/dockers/vdocumentdocker.h
+++ b/karbon/dockers/vdocumentdocker.h
@@ -43,7 +43,7 @@ class VDocumentPreview : public TQWidget
TQ_OBJECT
public:
- VDocumentPreview( KarbonView* view, TQWidget* tqparent = 0 );
+ VDocumentPreview( KarbonView* view, TQWidget* parent = 0 );
~VDocumentPreview();
void reset();
@@ -67,7 +67,7 @@ class VDocumentTab : public TQWidget
TQ_OBJECT
public:
- VDocumentTab( KarbonView* view, TQWidget* tqparent );
+ VDocumentTab( KarbonView* view, TQWidget* parent );
~VDocumentTab();
public slots:
@@ -94,7 +94,7 @@ class VDocumentTab : public TQWidget
class VLayerListViewItem : public TQCheckListItem
{
public:
- VLayerListViewItem( TQListView* tqparent, VLayer* layer, VDocument *doc, TQPtrDict<VLayerListViewItem> *map );
+ VLayerListViewItem( TQListView* parent, VLayer* layer, VDocument *doc, TQPtrDict<VLayerListViewItem> *map );
virtual ~VLayerListViewItem();
VLayer* layer() { return m_layer; }
@@ -117,7 +117,7 @@ private:
class VObjectListViewItem : public TQListViewItem
{
public:
- VObjectListViewItem( TQListViewItem* tqparent, VObject* object, VDocument *doc, uint key, TQPtrDict<VObjectListViewItem> *map );
+ VObjectListViewItem( TQListViewItem* parent, VObject* object, VDocument *doc, uint key, TQPtrDict<VObjectListViewItem> *map );
virtual ~VObjectListViewItem();
VObject* object() { return m_object; }
@@ -138,7 +138,7 @@ Q_OBJECT
TQ_OBJECT
public:
- VLayersTab( KarbonView* view, TQWidget* tqparent = 0 );
+ VLayersTab( KarbonView* view, TQWidget* parent = 0 );
~VLayersTab();
public slots:
@@ -185,7 +185,7 @@ class VHistoryItem;
class VHistoryGroupItem : public TQListViewItem
{
public:
- VHistoryGroupItem( VHistoryItem* item, TQListView* tqparent, TQListViewItem* after );
+ VHistoryGroupItem( VHistoryItem* item, TQListView* parent, TQListViewItem* after );
~VHistoryGroupItem();
void paintCell( TQPainter* p, const TQColorGroup& cg, int column, int width, int align );
@@ -201,8 +201,8 @@ class VHistoryGroupItem : public TQListViewItem
class VHistoryItem : public TQListViewItem
{
public:
- VHistoryItem( VCommand* command, TQListView* tqparent, TQListViewItem* after );
- VHistoryItem( VCommand* command, VHistoryGroupItem* tqparent, TQListViewItem* after );
+ VHistoryItem( VCommand* command, TQListView* parent, TQListViewItem* after );
+ VHistoryItem( VCommand* command, VHistoryGroupItem* parent, TQListViewItem* after );
~VHistoryItem();
VCommand* command() { return m_command; }
@@ -226,7 +226,7 @@ class VHistoryTab : public TQWidget
TQ_OBJECT
public:
- VHistoryTab( KarbonPart* part, TQWidget* tqparent );
+ VHistoryTab( KarbonPart* part, TQWidget* parent );
~VHistoryTab();
bool groupingEnabled();