summaryrefslogtreecommitdiffstats
path: root/kresources/lib/folderlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/lib/folderlistview.h')
-rw-r--r--kresources/lib/folderlistview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/lib/folderlistview.h b/kresources/lib/folderlistview.h
index 0c99d913..1992f8bf 100644
--- a/kresources/lib/folderlistview.h
+++ b/kresources/lib/folderlistview.h
@@ -46,7 +46,7 @@ class FolderListView : public KListView
/* mainly for readability */
enum Property { FolderName, Event, Todo, Journal, Contact, All, Unknown, PROP_MAX };
- FolderListView( TQWidget *tqparent, const TQValueList<Property> &types = TQValueList<Property>() );
+ FolderListView( TQWidget *parent, const TQValueList<Property> &types = TQValueList<Property>() );
~FolderListView() {};
/* Display a popupmenu for item i at the specified global position, eventually with a title,
@@ -82,9 +82,9 @@ class FolderListItem : public TQCheckListItem
{
typedef TQCheckListItem super;
public:
- FolderListItem( FolderListItem *tqparent, const KPIM::FolderLister::Entry &folder )
- : TQCheckListItem( tqparent, folder.name, TQCheckListItem::CheckBoxController ),
- mFolder( folder ), mFolderListView( tqparent?(tqparent->folderListView()):0 )
+ FolderListItem( FolderListItem *parent, const KPIM::FolderLister::Entry &folder )
+ : TQCheckListItem( parent, folder.name, TQCheckListItem::CheckBoxController ),
+ mFolder( folder ), mFolderListView( parent?(parent->folderListView()):0 )
{
setOn( mFolder.active );
}