summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:08 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:08 -0500
commitd08e3983f108adde3d605a126304b60198dcde77 (patch)
treecdb45b374274f5a4f4dae99f83968c35f6dbbd28 /certmanager/lib/ui
parentb453dab0d1213b773d7cf6a17856918cbab9f665 (diff)
downloadtdepim-d08e3983f108adde3d605a126304b60198dcde77.tar.gz
tdepim-d08e3983f108adde3d605a126304b60198dcde77.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'certmanager/lib/ui')
-rw-r--r--certmanager/lib/ui/keylistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/ui/keylistview.h b/certmanager/lib/ui/keylistview.h
index 3f3edc03..5c711a77 100644
--- a/certmanager/lib/ui/keylistview.h
+++ b/certmanager/lib/ui/keylistview.h
@@ -45,7 +45,7 @@ class TQColor;
namespace Kleo {
- // work around tqmoc parser bug...
+ // work around moc parser bug...
#define TEMPLATE_TYPENAME(T) template <typename T>
TEMPLATE_TYPENAME(T)
inline T * lvi_cast( TQListViewItem * item ) {