summaryrefslogtreecommitdiffstats
path: root/krusader/Panel/krdetailedview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:36 -0600
commit44ec35d6f3ec0bf8067f31896d7721ac3082f66f (patch)
tree36cf001e28520682c374f6721059fc0a06447525 /krusader/Panel/krdetailedview.h
parent6ea934c9e490098aa988e33aa6ee29ca924666e3 (diff)
downloadkrusader-44ec35d6f3ec0bf8067f31896d7721ac3082f66f.tar.gz
krusader-44ec35d6f3ec0bf8067f31896d7721ac3082f66f.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'krusader/Panel/krdetailedview.h')
-rw-r--r--krusader/Panel/krdetailedview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Panel/krdetailedview.h b/krusader/Panel/krdetailedview.h
index 531cdf3..40741c1 100644
--- a/krusader/Panel/krdetailedview.h
+++ b/krusader/Panel/krdetailedview.h
@@ -64,7 +64,7 @@ class KrDetailedViewItem;
/**
* KrDetailedView implements everthing and anything regarding a detailed view in a filemananger.
- * IT MUST USE KrViewItem as the tqchildren to it's *KListView. KrDetailedView and KrViewItem are
+ * IT MUST USE KrViewItem as the children to it's *KListView. KrDetailedView and KrViewItem are
* tightly coupled and the view will not work with other kinds of items.
* Apart from this, the view is self-reliant and you can use the vast interface to get whatever
* information is necessery from it.