summaryrefslogtreecommitdiffstats
path: root/tdeui/tdeaboutdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tdeaboutdialog.cpp')
-rw-r--r--tdeui/tdeaboutdialog.cpp110
1 files changed, 55 insertions, 55 deletions
diff --git a/tdeui/tdeaboutdialog.cpp b/tdeui/tdeaboutdialog.cpp
index b2b09e6a2..57bc84d24 100644
--- a/tdeui/tdeaboutdialog.cpp
+++ b/tdeui/tdeaboutdialog.cpp
@@ -96,15 +96,15 @@ TDEAboutContributor::TDEAboutContributor( TQWidget *_parent, const char *wname,
kurl->setFloat(true);
kurl->setUnderline(true);
kurl->setMargin(0);
- connect(kurl, TQT_SIGNAL(leftClickedURL(const TQString &)),
- TQT_SLOT(emailClickedSlot(const TQString &)));
+ connect(kurl, TQ_SIGNAL(leftClickedURL(const TQString &)),
+ TQ_SLOT(emailClickedSlot(const TQString &)));
kurl = static_cast<KURLLabel *>(mText[2]);
kurl->setFloat(true);
kurl->setUnderline(true);
kurl->setMargin(0);
- connect(kurl, TQT_SIGNAL(leftClickedURL(const TQString &)),
- TQT_SLOT(urlClickedSlot(const TQString &)));
+ connect(kurl, TQ_SIGNAL(leftClickedURL(const TQString &)),
+ TQ_SLOT(urlClickedSlot(const TQString &)));
mLabel[3]->setAlignment( AlignTop );
@@ -359,8 +359,8 @@ TDEAboutContainerBase::TDEAboutContainerBase( int layoutType, TQWidget *_parent,
vbox = new TQVBoxLayout( mImageFrame, 1 );
mImageLabel = new KImageTrackLabel( mImageFrame );
- connect( mImageLabel, TQT_SIGNAL(mouseTrack( int, const TQMouseEvent * )),
- TQT_SLOT( slotMouseTrack( int, const TQMouseEvent * )) );
+ connect( mImageLabel, TQ_SIGNAL(mouseTrack( int, const TQMouseEvent * )),
+ TQ_SLOT( slotMouseTrack( int, const TQMouseEvent * )) );
vbox->addStretch(10);
vbox->addWidget( mImageLabel );
vbox->addStretch(10);
@@ -386,8 +386,8 @@ TDEAboutContainerBase::TDEAboutContainerBase( int layoutType, TQWidget *_parent,
gbox->setColStretch( 2, 10 );
mImageLabel = new KImageTrackLabel( mImageFrame );
- connect( mImageLabel, TQT_SIGNAL(mouseTrack( int, const TQMouseEvent * )),
- TQT_SLOT( slotMouseTrack( int, const TQMouseEvent * )) );
+ connect( mImageLabel, TQ_SIGNAL(mouseTrack( int, const TQMouseEvent * )),
+ TQ_SLOT( slotMouseTrack( int, const TQMouseEvent * )) );
gbox->addWidget( mImageLabel, 1, 1 );
gbox->activate();
}
@@ -410,8 +410,8 @@ TDEAboutContainerBase::TDEAboutContainerBase( int layoutType, TQWidget *_parent,
vbox = new TQVBoxLayout( mImageFrame, 1 );
mImageLabel = new KImageTrackLabel( mImageFrame );
- connect( mImageLabel, TQT_SIGNAL(mouseTrack( int, const TQMouseEvent * )),
- TQT_SLOT( slotMouseTrack( int, const TQMouseEvent * )) );
+ connect( mImageLabel, TQ_SIGNAL(mouseTrack( int, const TQMouseEvent * )),
+ TQ_SLOT( slotMouseTrack( int, const TQMouseEvent * )) );
vbox->addStretch(10);
vbox->addWidget( mImageLabel );
vbox->addStretch(10);
@@ -475,10 +475,10 @@ TQFrame *TDEAboutContainerBase::addTextPage( const TQString &title,
browser->setMinimumHeight( fontMetrics().lineSpacing()*numLines );
vbox->addWidget(browser);
- connect(browser, TQT_SIGNAL(urlClick(const TQString &)),
- TQT_SLOT(slotUrlClick(const TQString &)));
- connect(browser, TQT_SIGNAL(mailClick(const TQString &,const TQString &)),
- TQT_SLOT(slotMailClick(const TQString &,const TQString &)));
+ connect(browser, TQ_SIGNAL(urlClick(const TQString &)),
+ TQ_SLOT(slotUrlClick(const TQString &)));
+ connect(browser, TQ_SIGNAL(mailClick(const TQString &,const TQString &)),
+ TQ_SLOT(slotMailClick(const TQString &,const TQString &)));
}
else
{
@@ -527,10 +527,10 @@ TDEAboutContainer *TDEAboutContainerBase::addContainerPage( const TQString &titl
innerAlignment );
mPageTab->addTab( container, title );
- connect(container, TQT_SIGNAL(urlClick(const TQString &)),
- TQT_SLOT(slotUrlClick(const TQString &)));
- connect(container, TQT_SIGNAL(mailClick(const TQString &,const TQString &)),
- TQT_SLOT(slotMailClick(const TQString &,const TQString &)));
+ connect(container, TQ_SIGNAL(urlClick(const TQString &)),
+ TQ_SLOT(slotUrlClick(const TQString &)));
+ connect(container, TQ_SIGNAL(mailClick(const TQString &,const TQString &)),
+ TQ_SLOT(slotMailClick(const TQString &,const TQString &)));
return container;
}
@@ -559,10 +559,10 @@ TDEAboutContainer *TDEAboutContainerBase::addScrolledContainerPage(
scrollView->addChild( container );
- connect(container, TQT_SIGNAL(urlClick(const TQString &)),
- TQT_SLOT(slotUrlClick(const TQString &)));
- connect(container, TQT_SIGNAL(mailClick(const TQString &,const TQString &)),
- TQT_SLOT(slotMailClick(const TQString &,const TQString &)));
+ connect(container, TQ_SIGNAL(urlClick(const TQString &)),
+ TQ_SLOT(slotUrlClick(const TQString &)));
+ connect(container, TQ_SIGNAL(mailClick(const TQString &,const TQString &)),
+ TQ_SLOT(slotMailClick(const TQString &,const TQString &)));
return container;
}
@@ -591,10 +591,10 @@ TDEAboutContainer *TDEAboutContainerBase::addContainer( int childAlignment,
0, KDialog::spacingHint(), childAlignment, innerAlignment );
mTopLayout->addWidget( container, 0, childAlignment );
- connect(container, TQT_SIGNAL(urlClick(const TQString &)),
- TQT_SLOT(slotUrlClick(const TQString &)));
- connect(container, TQT_SIGNAL(mailClick(const TQString &,const TQString &)),
- TQT_SLOT(slotMailClick(const TQString &,const TQString &)));
+ connect(container, TQ_SIGNAL(urlClick(const TQString &)),
+ TQ_SLOT(slotUrlClick(const TQString &)));
+ connect(container, TQ_SIGNAL(mailClick(const TQString &,const TQString &)),
+ TQ_SLOT(slotMailClick(const TQString &,const TQString &)));
return container;
}
@@ -883,10 +883,10 @@ void TDEAboutContainer::addPerson( const TQString &_name, const TQString &_email
TDEAboutContributor* const cont = new TDEAboutContributor( this, "pers",
_name, _email, _url, _task, showHeader, showFrame, showBold );
- connect( cont, TQT_SIGNAL( openURL(const TQString&)),
- this, TQT_SIGNAL( urlClick(const TQString &)));
- connect( cont, TQT_SIGNAL( sendEmail(const TQString &, const TQString &)),
- this, TQT_SIGNAL( mailClick(const TQString &, const TQString &)));
+ connect( cont, TQ_SIGNAL( openURL(const TQString&)),
+ this, TQ_SIGNAL( urlClick(const TQString &)));
+ connect( cont, TQ_SIGNAL( sendEmail(const TQString &, const TQString &)),
+ this, TQ_SIGNAL( mailClick(const TQString &, const TQString &)));
}
@@ -1011,10 +1011,10 @@ TDEAboutContributor::TDEAboutContributor(TQWidget* parent, const char* n)
}
setFrameStyle(TQFrame::Panel | TQFrame::Raised);
// -----
- connect(email, TQT_SIGNAL(leftClickedURL(const TQString&)),
- TQT_SLOT(emailClickedSlot(const TQString&)));
- connect(url, TQT_SIGNAL(leftClickedURL(const TQString&)),
- TQT_SLOT(urlClickedSlot(const TQString&)));
+ connect(email, TQ_SIGNAL(leftClickedURL(const TQString&)),
+ TQ_SLOT(emailClickedSlot(const TQString&)));
+ connect(url, TQ_SIGNAL(leftClickedURL(const TQString&)),
+ TQ_SLOT(urlClickedSlot(const TQString&)));
// ############################################################
}
@@ -1328,14 +1328,14 @@ TDEAboutWidget::TDEAboutWidget(TQWidget *_parent, const char *_name)
logo->setFrameStyle(TQFrame::Panel | TQFrame::Raised);
version->setAlignment(AlignCenter);
// -----
- connect(author, TQT_SIGNAL(sendEmail(const TQString&, const TQString&)),
- TQT_SLOT(sendEmailSlot(const TQString&, const TQString&)));
- connect(author, TQT_SIGNAL(openURL(const TQString&)),
- TQT_SLOT(openURLSlot(const TQString&)));
- connect(maintainer, TQT_SIGNAL(sendEmail(const TQString&, const TQString&)),
- TQT_SLOT(sendEmailSlot(const TQString&, const TQString&)));
- connect(maintainer, TQT_SIGNAL(openURL(const TQString&)),
- TQT_SLOT(openURLSlot(const TQString&)));
+ connect(author, TQ_SIGNAL(sendEmail(const TQString&, const TQString&)),
+ TQ_SLOT(sendEmailSlot(const TQString&, const TQString&)));
+ connect(author, TQ_SIGNAL(openURL(const TQString&)),
+ TQ_SLOT(openURLSlot(const TQString&)));
+ connect(maintainer, TQ_SIGNAL(sendEmail(const TQString&, const TQString&)),
+ TQ_SLOT(sendEmailSlot(const TQString&, const TQString&)));
+ connect(maintainer, TQ_SIGNAL(openURL(const TQString&)),
+ TQ_SLOT(openURLSlot(const TQString&)));
// #################################################################
}
@@ -1439,9 +1439,9 @@ TDEAboutWidget::addContributor(const TQString &_name, const TQString &_email,
c->setURL(_url);
c->setWork(_w);
contributors.append(c);
- connect(c, TQT_SIGNAL(sendEmail(const TQString&, const TQString&)),
- TQT_SLOT(sendEmailSlot(const TQString&, const TQString&)));
- connect(c, TQT_SIGNAL(openURL(const TQString&)), TQT_SLOT(openURLSlot(const TQString&)));
+ connect(c, TQ_SIGNAL(sendEmail(const TQString&, const TQString&)),
+ TQ_SLOT(sendEmailSlot(const TQString&, const TQString&)));
+ connect(c, TQ_SIGNAL(openURL(const TQString&)), TQ_SLOT(openURLSlot(const TQString&)));
// ############################################################################
}
@@ -1515,10 +1515,10 @@ TDEAboutDialog::TDEAboutDialog(TQWidget *_parent, const char *_name, bool modal)
tqApp->quit();
}
setMainWidget(about);
- connect(about, TQT_SIGNAL(sendEmail(const TQString&, const TQString&)),
- TQT_SLOT(sendEmailSlot(const TQString&, const TQString&)));
- connect(about, TQT_SIGNAL(openURL(const TQString&)),
- TQT_SLOT(openURLSlot(const TQString&)));
+ connect(about, TQ_SIGNAL(sendEmail(const TQString&, const TQString&)),
+ TQ_SLOT(sendEmailSlot(const TQString&, const TQString&)));
+ connect(about, TQ_SIGNAL(openURL(const TQString&)),
+ TQ_SLOT(openURLSlot(const TQString&)));
// #################################################################
}
@@ -1537,12 +1537,12 @@ TDEAboutDialog::TDEAboutDialog( int layoutType, const TQString &_caption,
mContainerBase = new TDEAboutContainerBase( layoutType, this );
setMainWidget(mContainerBase);
- connect( mContainerBase, TQT_SIGNAL(urlClick(const TQString &)),
- this, TQT_SLOT(openURLSlot(const TQString &)));
- connect( mContainerBase, TQT_SIGNAL(mailClick(const TQString &,const TQString &)),
- this, TQT_SLOT(sendEmailSlot(const TQString &,const TQString &)));
- connect( mContainerBase, TQT_SIGNAL(mouseTrack(int, const TQMouseEvent *)),
- this, TQT_SLOT(mouseTrackSlot(int, const TQMouseEvent *)));
+ connect( mContainerBase, TQ_SIGNAL(urlClick(const TQString &)),
+ this, TQ_SLOT(openURLSlot(const TQString &)));
+ connect( mContainerBase, TQ_SIGNAL(mailClick(const TQString &,const TQString &)),
+ this, TQ_SLOT(sendEmailSlot(const TQString &,const TQString &)));
+ connect( mContainerBase, TQ_SIGNAL(mouseTrack(int, const TQMouseEvent *)),
+ this, TQ_SLOT(mouseTrackSlot(int, const TQMouseEvent *)));
}