summaryrefslogtreecommitdiffstats
path: root/src/menulistviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menulistviewitem.cpp')
-rw-r--r--src/menulistviewitem.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/menulistviewitem.cpp b/src/menulistviewitem.cpp
index 54ba1c7..e3c575f 100644
--- a/src/menulistviewitem.cpp
+++ b/src/menulistviewitem.cpp
@@ -21,14 +21,14 @@
#include <kiconloader.h>
-MenuListViewItem::MenuListViewItem(QListViewItem* parent, QListViewItem* after, QString col1, ItemType type, QString iconPath, QString col2)
- : QListViewItem(parent,after,col1,col2),mType(type)
+MenuListViewItem::MenuListViewItem(TQListViewItem* parent, TQListViewItem* after, TQString col1, ItemType type, TQString iconPath, TQString col2)
+ : TQListViewItem(parent,after,col1,col2),mType(type)
{
setIconPath(iconPath);
}
-MenuListViewItem::MenuListViewItem(QListView* parent, QListViewItem* after, QString col1, ItemType type, QString iconPath, QString col2)
- : QListViewItem(parent,after,col1,col2),mType(type)
+MenuListViewItem::MenuListViewItem(TQListView* parent, TQListViewItem* after, TQString col1, ItemType type, TQString iconPath, TQString col2)
+ : TQListViewItem(parent,after,col1,col2),mType(type)
{
setIconPath(iconPath);
}
@@ -37,7 +37,7 @@ MenuListViewItem::~MenuListViewItem()
{
}
-void MenuListViewItem::setIconPath(const QString& path)
+void MenuListViewItem::setIconPath(const TQString& path)
{
mIconPath = path;
if(mIconPath!=NULL)