summaryrefslogtreecommitdiffstats
path: root/konversation/src/channellistviewitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:43 -0600
commitd692068c75ce7e200fd5c92928f3c45655f14e9c (patch)
tree920c67fd30912d919c048ffbe2f4b6df7dce6102 /konversation/src/channellistviewitem.cpp
parentd18f282f3a4cb64a392d77c00e2b7a0e9cbc0fd1 (diff)
downloadkonversation-d692068c75ce7e200fd5c92928f3c45655f14e9c.tar.gz
konversation-d692068c75ce7e200fd5c92928f3c45655f14e9c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'konversation/src/channellistviewitem.cpp')
-rw-r--r--konversation/src/channellistviewitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/channellistviewitem.cpp b/konversation/src/channellistviewitem.cpp
index 4a6b0f5..5fb3bbc 100644
--- a/konversation/src/channellistviewitem.cpp
+++ b/konversation/src/channellistviewitem.cpp
@@ -15,8 +15,8 @@
#include "channellistviewitem.h"
-ChannelListViewItem::ChannelListViewItem(KListView* parent, const TQString& channel, const TQString& users, const TQString& topic)
-: KListViewItem(parent,channel,users,topic)
+ChannelListViewItem::ChannelListViewItem(TDEListView* parent, const TQString& channel, const TQString& users, const TQString& topic)
+: TDEListViewItem(parent,channel,users,topic)
{
}
@@ -36,5 +36,5 @@ int ChannelListViewItem::compare(TQListViewItem* item, int col, bool ascending)
if(ok) return (i<j) ? -1 : (i>j) ? 1 : 0;
}
}
- return KListViewItem::compare(item,col,ascending);
+ return TDEListViewItem::compare(item,col,ascending);
}