From 3b34e5cf56262c9f54a3bcf02ee5ad93ca0fb05b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 10:00:09 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit d6331f1b56eb6dca7a1950658b2932f208015da0. --- cervisia/cervisiapart.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cervisia/cervisiapart.cpp') diff --git a/cervisia/cervisiapart.cpp b/cervisia/cervisiapart.cpp index beebe356..9087bacc 100644 --- a/cervisia/cervisiapart.cpp +++ b/cervisia/cervisiapart.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include @@ -213,7 +213,7 @@ void CervisiaPart::slotSetupStatusBar() { // create the active filter indicator and add it to the statusbar filterLabel = new TQLabel("UR", m_statusBar->statusBar()); - filterLabel->setFixedSize(filterLabel->sizeHint()); + filterLabel->setFixedSize(filterLabel->tqsizeHint()); filterLabel->setText(""); TQToolTip::add(filterLabel, i18n("F - All files are hidden, the tree shows only folders\n" @@ -258,7 +258,7 @@ void CervisiaPart::setupActions() action->setWhatsThis( hint ); action = new KAction( i18n("&Status"), "vcs_status", Key_F5, - this, TQT_SLOT( slotStatus() ), + this, TQT_SLOT( slottqStatus() ), actionCollection(), "file_status" ); hint = i18n("Updates the status (cvs -n update) of the selected files and folders"); action->setToolTip( hint ); @@ -726,7 +726,7 @@ void CervisiaPart::aboutCervisia() "GNU General Public License for more details.\n" "See the ChangeLog file for a list of contributors.")); TQMessageBox::about(0, i18n("About Cervisia"), - aboutstr.arg(CERVISIA_VERSION).arg(TDE_VERSION_STRING)); + aboutstr.tqarg(CERVISIA_VERSION).tqarg(TDE_VERSION_STRING)); } @@ -856,7 +856,7 @@ void CervisiaPart::slotUpdate() } -void CervisiaPart::slotStatus() +void CervisiaPart::slottqStatus() { TQStringList list = update->multipleSelection(); if (list.isEmpty()) @@ -1166,13 +1166,13 @@ void CervisiaPart::slotAnnotate() void CervisiaPart::slotDiffBase() { - showDiff(TQString::fromLatin1("BASE")); + showDiff(TQString::tqfromLatin1("BASE")); } void CervisiaPart::slotDiffHead() { - showDiff(TQString::fromLatin1("HEAD")); + showDiff(TQString::tqfromLatin1("HEAD")); } @@ -1694,7 +1694,7 @@ void CervisiaPart::slotJobFinished() { KNotifyClient::event(widget()->parentWidget()->winId(), "cvs_commit_done", i18n("A CVS commit to repository %1 is done") - .arg(repository)); + .tqarg(repository)); m_jobType = Unknown; } } @@ -1764,7 +1764,7 @@ bool CervisiaPart::openSandbox(const TQString &dirname) if (dostatus) { update->setSelected(update->firstChild(), true); - slotStatus(); + slottqStatus(); } //load the recentCommits for this app from the KConfig app -- cgit v1.2.3