diff options
Diffstat (limited to 'korganizer/datenavigator.cpp')
-rw-r--r-- | korganizer/datenavigator.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/datenavigator.cpp b/korganizer/datenavigator.cpp index e03e3c897..4baaf9b86 100644 --- a/korganizer/datenavigator.cpp +++ b/korganizer/datenavigator.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 "datenavigator.h" @@ -34,8 +34,8 @@ using namespace KCal; -DateNavigator::DateNavigator( TQObject *parent, const char *name ) - : TQObject( parent, name ) +DateNavigator::DateNavigator( TQObject *tqparent, const char *name ) + : TQObject( tqparent, name ) { mSelectedDates.append( TQDate::tqcurrentDate() ); } |