From b678e7f967f438e123324c7a34b02388e68d70dc Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:01 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ark/filelistview.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ark/filelistview.h') diff --git a/ark/filelistview.h b/ark/filelistview.h index 1de8b7e..54c22c1 100644 --- a/ark/filelistview.h +++ b/ark/filelistview.h @@ -35,13 +35,13 @@ #include #include -class QString; -class QStringList; -class QRect; -class QPainter; -class QColorGroup; -class QMouseEvent; -class QPoint; +class TQString; +class TQStringList; +class TQRect; +class TQPainter; +class TQColorGroup; +class TQMouseEvent; +class TQPoint; enum columnName { sizeCol = 1 , packedStrCol, ratioStrCol, timeStampStrCol, otherCol }; -- cgit v1.2.1