diff options
Diffstat (limited to 'korn/boxcontaineritem.h')
-rw-r--r-- | korn/boxcontaineritem.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/boxcontaineritem.h b/korn/boxcontaineritem.h index 0112f9acf..86a4efc93 100644 --- a/korn/boxcontaineritem.h +++ b/korn/boxcontaineritem.h @@ -29,10 +29,10 @@ class KConfig; class KPopupMenu; class KProcess; -class QColor; -class QLabel; -//template< class T > class QPtrList; -class QString; +class TQColor; +class TQLabel; +//template< class T > class TQPtrList; +class TQString; /** * This class provide a base for an item. This item should be |