diff options
Diffstat (limited to 'korganizer/printing/calprinter.cpp')
-rw-r--r-- | korganizer/printing/calprinter.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/korganizer/printing/calprinter.cpp b/korganizer/printing/calprinter.cpp index 0517dec00..0b2c098cf 100644 --- a/korganizer/printing/calprinter.cpp +++ b/korganizer/printing/calprinter.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 <tqvbuttongroup.h> @@ -46,10 +46,10 @@ #include "calprintdefaultplugins.h" -CalPrinter::CalPrinter( TQWidget *parent, Calendar *calendar, KOrg::CoreHelper *helper ) - : TQObject( parent, "CalPrinter" ) +CalPrinter::CalPrinter( TQWidget *tqparent, Calendar *calendar, KOrg::CoreHelper *helper ) + : TQObject( tqparent, "CalPrinter" ) { - mParent = parent; + mParent = tqparent; mConfig = new KSimpleConfig( "korganizer_printing.rc" ); mCoreHelper = helper; @@ -168,8 +168,8 @@ void CalPrinter::updateConfig() /****************************************************************************/ CalPrintDialog::CalPrintDialog( KOrg::PrintPlugin::List plugins, - TQWidget *parent, const char *name ) - : KDialogBase( parent, name, /*modal*/true, i18n("Print"), Ok | Cancel ) + TQWidget *tqparent, const char *name ) + : KDialogBase( tqparent, name, /*modal*/true, i18n("Print"), Ok | Cancel ) { TQVBox *page = makeVBoxMainWidget(); |