summaryrefslogtreecommitdiffstats
path: root/yakuake/src/skin_list_item.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:06:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:06:24 -0600
commit23494e0357462739913cc0b74afebe6672dac9c4 (patch)
tree0437cfd2142a7a4af2e085718db42da32899d24b /yakuake/src/skin_list_item.cpp
parentcf10da9dd13a1b04712b48906ac2d7a00386a4f0 (diff)
downloadyakuake-23494e0357462739913cc0b74afebe6672dac9c4.tar.gz
yakuake-23494e0357462739913cc0b74afebe6672dac9c4.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'yakuake/src/skin_list_item.cpp')
-rw-r--r--yakuake/src/skin_list_item.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yakuake/src/skin_list_item.cpp b/yakuake/src/skin_list_item.cpp
index d9f3543..29893cc 100644
--- a/yakuake/src/skin_list_item.cpp
+++ b/yakuake/src/skin_list_item.cpp
@@ -22,9 +22,9 @@
#include <klocale.h>
-SkinListItem::SkinListItem(KListView* parent, const TQString& fancy_name,
+SkinListItem::SkinListItem(TDEListView* parent, const TQString& fancy_name,
const TQString& author, const TQPixmap& icon, const TQString& name, const TQString& dir)
- : KListViewItem(parent, fancy_name)
+ : TDEListViewItem(parent, fancy_name)
{
setName(name);
setAuthor(author);