diff options
Diffstat (limited to 'kontact/plugins/specialdates/kcmsdsummary.cpp')
-rw-r--r-- | kontact/plugins/specialdates/kcmsdsummary.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kontact/plugins/specialdates/kcmsdsummary.cpp b/kontact/plugins/specialdates/kcmsdsummary.cpp index 183a2e122..b3a671277 100644 --- a/kontact/plugins/specialdates/kcmsdsummary.cpp +++ b/kontact/plugins/specialdates/kcmsdsummary.cpp @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <tqbuttongroup.h> @@ -43,14 +43,14 @@ extern "C" { - KDE_EXPORT KCModule *create_sdsummary( TQWidget *parent, const char * ) + KDE_EXPORT KCModule *create_sdsummary( TQWidget *tqparent, const char * ) { - return new KCMSDSummary( parent, "kcmsdsummary" ); + return new KCMSDSummary( tqparent, "kcmsdsummary" ); } } -KCMSDSummary::KCMSDSummary( TQWidget *parent, const char *name ) - : KCModule( parent, name ) +KCMSDSummary::KCMSDSummary( TQWidget *tqparent, const char *name ) + : KCModule( tqparent, name ) { initGUI(); |