summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commita40b0e89b6b20ba9039d3f79e73afbeac6954ccb (patch)
tree07779032ca48d6e8e71887a329141f8e635c901c /quanta/treeviews
parenta2bae01d006ea8053e85bc16d09a8cf40a4b0b75 (diff)
downloadtdewebdev-a40b0e89b6b20ba9039d3f79e73afbeac6954ccb.tar.gz
tdewebdev-a40b0e89b6b20ba9039d3f79e73afbeac6954ccb.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/treeviews')
-rw-r--r--quanta/treeviews/basetreeview.h2
-rw-r--r--quanta/treeviews/servertreeview.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/quanta/treeviews/basetreeview.h b/quanta/treeviews/basetreeview.h
index 36c2d7fe..47dc5158 100644
--- a/quanta/treeviews/basetreeview.h
+++ b/quanta/treeviews/basetreeview.h
@@ -173,7 +173,7 @@ public slots:
*/
void slotNewProjectLoaded(const TQString &, const KURL &, const KURL &);
/**
- tqrepaints all treeview items
+ repaints all treeview items
*/
void slotDocumentClosed(const KURL& url);
diff --git a/quanta/treeviews/servertreeview.h b/quanta/treeviews/servertreeview.h
index 294bb23a..af5c0afa 100644
--- a/quanta/treeviews/servertreeview.h
+++ b/quanta/treeviews/servertreeview.h
@@ -69,7 +69,7 @@ protected slots:
void slotMenu(KListView *listView, TQListViewItem *item, const TQPoint &point);
- /** tqrepaints the treeview items, because they might be added to or removed from the project*/
+ /** repaints the treeview items, because they might be added to or removed from the project*/
void slotReloadTree( ProjectList *fileList, bool buildNewTree, const TQStringList &folderToOpen);
protected: