diff options
Diffstat (limited to 'kontact/plugins/kmail/kmail_plugin.cpp')
-rw-r--r-- | kontact/plugins/kmail/kmail_plugin.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kontact/plugins/kmail/kmail_plugin.cpp b/kontact/plugins/kmail/kmail_plugin.cpp index c2aff819d..55a192e3e 100644 --- a/kontact/plugins/kmail/kmail_plugin.cpp +++ b/kontact/plugins/kmail/kmail_plugin.cpp @@ -17,8 +17,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 <tqwidget.h> @@ -125,7 +125,7 @@ void KMailPlugin::openComposer( const TQString& to ) void KMailPlugin::slotNewMail() { - openComposer( TQString::null ); + openComposer( TQString() ); } void KMailPlugin::slotSyncFolders() @@ -174,9 +174,9 @@ bool KMailPlugin::isRunningStandalone() return mUniqueAppWatcher->isRunningStandalone(); } -Kontact::Summary *KMailPlugin::createSummaryWidget( TQWidget *parent ) +Kontact::Summary *KMailPlugin::createSummaryWidget( TQWidget *tqparent ) { - return new SummaryWidget( this, parent ); + return new SummaryWidget( this, tqparent ); } //// |