summaryrefslogtreecommitdiffstats
path: root/korganizer/korganizer_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/korganizer_part.cpp')
-rw-r--r--korganizer/korganizer_part.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/korganizer_part.cpp b/korganizer/korganizer_part.cpp
index cc6252d5..064c4f12 100644
--- a/korganizer/korganizer_part.cpp
+++ b/korganizer/korganizer_part.cpp
@@ -19,8 +19,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 "korganizer_part.h"
@@ -67,9 +67,9 @@ typedef KParts::GenericFactory< KOrganizerPart > KOrganizerFactory;
K_EXPORT_COMPONENT_FACTORY( libkorganizerpart, KOrganizerFactory )
KOrganizerPart::KOrganizerPart( TQWidget *tqparentWidget, const char *widgetName,
- TQObject *parent, const char *name,
+ TQObject *tqparent, const char *name,
const TQStringList & ) :
- KParts::ReadOnlyPart(parent, name), mTopLevelWidget( tqparentWidget->tqtopLevelWidget() )
+ KParts::ReadOnlyPart(tqparent, name), mTopLevelWidget( tqparentWidget->tqtopLevelWidget() )
{
KGlobal::locale()->insertCatalogue( "libkcal" );
KGlobal::locale()->insertCatalogue( "libkdepim" );
@@ -151,7 +151,7 @@ void KOrganizerPart::slotChangeInfo( Incidence *incidence, const TQDate & )
emit textChanged( incidence->summary() + " / " +
incidence->dtStartTimeStr() );
} else {
- emit textChanged( TQString::null );
+ emit textChanged( TQString() );
}
}