diff options
Diffstat (limited to 'kontact/plugins/kmail/kcmkmailsummary.cpp')
-rw-r--r-- | kontact/plugins/kmail/kcmkmailsummary.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kontact/plugins/kmail/kcmkmailsummary.cpp b/kontact/plugins/kmail/kcmkmailsummary.cpp index 97fc9fad1..989ab6198 100644 --- a/kontact/plugins/kmail/kcmkmailsummary.cpp +++ b/kontact/plugins/kmail/kcmkmailsummary.cpp @@ -41,14 +41,14 @@ extern "C" { - KDE_EXPORT KCModule *create_kmailsummary( TQWidget *tqparent, const char * ) + KDE_EXPORT KCModule *create_kmailsummary( TQWidget *parent, const char * ) { - return new KCMKMailSummary( tqparent, "kcmkmailsummary" ); + return new KCMKMailSummary( parent, "kcmkmailsummary" ); } } -KCMKMailSummary::KCMKMailSummary( TQWidget *tqparent, const char *name ) - : KCModule( tqparent, name ) +KCMKMailSummary::KCMKMailSummary( TQWidget *parent, const char *name ) + : KCModule( parent, name ) { initGUI(); |