diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:29:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:29:58 -0600 |
commit | e8a1cdc01d38125bea12d5494db977ae6429919a (patch) | |
tree | a4e4d6accfecc7d295edc44e9ade6f4fca90fb37 /kdesktop/desktop.cc | |
parent | 32582677547665087f8ad4dae892dc579ec68cfc (diff) | |
download | tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.tar.gz tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.zip |
Rename additional global TQt functions
Diffstat (limited to 'kdesktop/desktop.cc')
-rw-r--r-- | kdesktop/desktop.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/desktop.cc b/kdesktop/desktop.cc index cf571a8e4..2690f0341 100644 --- a/kdesktop/desktop.cc +++ b/kdesktop/desktop.cc @@ -1172,7 +1172,7 @@ void KDesktop::addIcon(const TQString & _url, const TQString & _dest, int x, int KIO::copy( i.uSource, i.uDest, false ); } // m_pIconView->addFuturePosition(filename, x, y); - // qDebug("addIcon %s %s %d %d", _url.latin1(), _dest.latin1(), x, y); + // tqDebug("addIcon %s %s %d %d", _url.latin1(), _dest.latin1(), x, y); // system(TQString("cp \"%1\" \"%2/%3\"").arg(KURL(_url).path()).arg(KURL(_dest).path()).arg(filename).latin1()); // m_pIconView->update( _dest ); } @@ -1180,7 +1180,7 @@ void KDesktop::addIcon(const TQString & _url, const TQString & _dest, int x, int void KDesktop::removeIcon(const TQString &_url) { if (_url.at(0) != '/') { - qDebug("removeIcon with relative path not supported for now"); + tqDebug("removeIcon with relative path not supported for now"); return; } unlink(KURL(_url).path().latin1()); |