summaryrefslogtreecommitdiffstats
path: root/kmail/favoritefolderview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/favoritefolderview.h')
-rw-r--r--kmail/favoritefolderview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/favoritefolderview.h b/kmail/favoritefolderview.h
index e0e34d26..2119f13d 100644
--- a/kmail/favoritefolderview.h
+++ b/kmail/favoritefolderview.h
@@ -30,7 +30,7 @@ class FavoriteFolderViewItem : public KMFolderTreeItem
Q_OBJECT
TQ_OBJECT
public:
- FavoriteFolderViewItem( FavoriteFolderView *tqparent, const TQString & name, KMFolder* folder );
+ FavoriteFolderViewItem( FavoriteFolderView *parent, const TQString & name, KMFolder* folder );
protected:
bool useTopLevelIcon() const { return false; }
@@ -49,7 +49,7 @@ class FavoriteFolderView : public FolderTreeBase
TQ_OBJECT
public:
- FavoriteFolderView( KMMainWidget *mainWidget, TQWidget *tqparent = 0 );
+ FavoriteFolderView( KMMainWidget *mainWidget, TQWidget *parent = 0 );
~FavoriteFolderView();
void readConfig();