summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kopetemetacontactlvi.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:03 -0600
commit9c9412b30c54468adc9e506cc76c5d113fbf5056 (patch)
tree68a0c0d5bc770fc58596b8c5624cdf33d8625027 /kopete/kopete/contactlist/kopetemetacontactlvi.h
parent2e53bd0b77676f879fad7baeecea5879bf496a7d (diff)
downloadtdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.tar.gz
tdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kopete/kopete/contactlist/kopetemetacontactlvi.h')
-rw-r--r--kopete/kopete/contactlist/kopetemetacontactlvi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.h b/kopete/kopete/contactlist/kopetemetacontactlvi.h
index ba0e28f0..1b766b44 100644
--- a/kopete/kopete/contactlist/kopetemetacontactlvi.h
+++ b/kopete/kopete/contactlist/kopetemetacontactlvi.h
@@ -1,5 +1,5 @@
/*
- kopetemetacontactlvi.h - Kopete Meta Contact KListViewItem
+ kopetemetacontactlvi.h - Kopete Meta Contact TDEListViewItem
Copyright (c) 2004 by Richard Smith <kde@metafoo.co.uk>
Copyright (c) 2002-2003 by Olivier Goffart <ogoffart @ kde.org>
@@ -31,8 +31,8 @@
class TQVariant;
-class KAction;
-class KListAction;
+class TDEAction;
+class TDEListAction;
namespace Kopete
{
@@ -116,7 +116,7 @@ public:
bool isGrouped() const;
/**
- * reimplemented from KListViewItem to take into account our alternate text storage
+ * reimplemented from TDEListViewItem to take into account our alternate text storage
*/
virtual TQString text( int column ) const;
virtual void setText( int column, const TQString &text );