summaryrefslogtreecommitdiffstats
path: root/kmail/foldertreebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/foldertreebase.h')
-rw-r--r--kmail/foldertreebase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmail/foldertreebase.h b/kmail/foldertreebase.h
index 0c8f97207..710186637 100644
--- a/kmail/foldertreebase.h
+++ b/kmail/foldertreebase.h
@@ -29,8 +29,9 @@ namespace KMail {
class FolderTreeBase : public KFolderTree
{
Q_OBJECT
+ TQ_OBJECT
public:
- FolderTreeBase( KMMainWidget *mainWidget, TQWidget *parent = 0, const char *name = 0 );
+ FolderTreeBase( KMMainWidget *mainWidget, TQWidget *tqparent = 0, const char *name = 0 );
/** Returns the main widget that this widget is a child of. */
KMMainWidget* mainWidget() const { return mMainWidget; }