summaryrefslogtreecommitdiffstats
path: root/src/tdesvn.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:49 -0600
commit548395e018d377eaa8fede0fba271da8b6c49fc9 (patch)
tree6b6acd1baf1a63c2dfb1735461d8a1e2e20f8385 /src/tdesvn.cpp
parentbb7be2361770a435b3e2e8ae2ac4250bf9810bb4 (diff)
downloadtdesvn-548395e018d377eaa8fede0fba271da8b6c49fc9.tar.gz
tdesvn-548395e018d377eaa8fede0fba271da8b6c49fc9.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit bb7be2361770a435b3e2e8ae2ac4250bf9810bb4.
Diffstat (limited to 'src/tdesvn.cpp')
-rw-r--r--src/tdesvn.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp
index 8002350..05ed762 100644
--- a/src/tdesvn.cpp
+++ b/src/tdesvn.cpp
@@ -81,11 +81,11 @@ tdesvn::tdesvn()
// and a status bar
statusBar()->show();
- m_bookmarkFile = locateLocal("appdata",TQString::fromLatin1("bookmarks.xml"),true);
+ m_bookmarkFile = locateLocal("appdata",TQString::tqfromLatin1("bookmarks.xml"),true);
m_BookmarkManager = KBookmarkManager::managerForFile(m_bookmarkFile,false);
m_BookmarkManager->setShowNSBookmarks(false);
- m_BookmarkManager->setEditorOptions(TQString::fromLatin1("KDE Svn"),false);
+ m_BookmarkManager->setEditorOptions(TQString::tqfromLatin1("KDE Svn"),false);
m_BookmarksActionmenu = new KActionMenu(i18n("&Bookmarks"),"bookmark",actionCollection(),"bookmarks");
m_BookmarksActionmenu->setDelayed(false);
@@ -201,7 +201,7 @@ void tdesvn::load(const KURL& url,bool addRescent)
}
}
if (!ret) {
- changeStatusbar(i18n("Could not open url %1").arg(url.prettyURL()));
+ changeStatusbar(i18n("Could not open url %1").tqarg(url.prettyURL()));
if (rac) {
rac->removeURL(url);
}