summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/filecreate_listitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/filecreate/filecreate_listitem.cpp')
-rw-r--r--parts/filecreate/filecreate_listitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/filecreate/filecreate_listitem.cpp b/parts/filecreate/filecreate_listitem.cpp
index 86075af8..aa02fe23 100644
--- a/parts/filecreate/filecreate_listitem.cpp
+++ b/parts/filecreate/filecreate_listitem.cpp
@@ -51,7 +51,7 @@ namespace FileCreate {
void ListItem::setHeight( int height )
{
- KListViewItem::setHeight( QMAX(QMAX(height,m_iconHeight), m_filetypeRenderer->height() ) );
+ KListViewItem::setHeight( TQMAX(TQMAX(height,m_iconHeight), m_filetypeRenderer->height() ) );
}
void ListItem::prepareResize() {