summaryrefslogtreecommitdiffstats
path: root/kaddressbook/printing/printstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/printing/printstyle.cpp')
-rw-r--r--kaddressbook/printing/printstyle.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kaddressbook/printing/printstyle.cpp b/kaddressbook/printing/printstyle.cpp
index 90b196237..02e563eea 100644
--- a/kaddressbook/printing/printstyle.cpp
+++ b/kaddressbook/printing/printstyle.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 <kstandarddirs.h>
@@ -32,8 +32,8 @@
using namespace KABPrinting;
-PrintStyle::PrintStyle( PrintingWizard* parent, const char* name )
- : TQObject( parent, name ), mWizard( parent ), mSortField( 0 )
+PrintStyle::PrintStyle( PrintingWizard* tqparent, const char* name )
+ : TQObject( tqparent, name ), mWizard( tqparent ), mSortField( 0 )
{
}
@@ -76,7 +76,7 @@ PrintingWizard *PrintStyle::wizard()
void PrintStyle::addPage( TQWidget *page, const TQString &title )
{
- if ( mPageList.find( page ) == -1 ) { // not yet in the list
+ if ( mPageList.tqfind( page ) == -1 ) { // not yet in the list
mPageList.append( page );
mPageTitles.append( title );
}
@@ -118,8 +118,8 @@ bool PrintStyle::preferredSortType()
return mSortType;
}
-PrintStyleFactory::PrintStyleFactory( PrintingWizard* parent, const char* name )
- : mParent( parent ), mName( name )
+PrintStyleFactory::PrintStyleFactory( PrintingWizard* tqparent, const char* name )
+ : mParent( tqparent ), mName( name )
{
}