summaryrefslogtreecommitdiffstats
path: root/korn/boxcontainer.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /korn/boxcontainer.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korn/boxcontainer.h')
-rw-r--r--korn/boxcontainer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/boxcontainer.h b/korn/boxcontainer.h
index 800fab78..d650657e 100644
--- a/korn/boxcontainer.h
+++ b/korn/boxcontainer.h
@@ -19,7 +19,7 @@
#ifndef MK_BOXCONTAINER_H
#define MK_BOXCONTAINER_H
-#include <qobject.h>
+#include <tqobject.h>
class BoxContainerItem;
@@ -35,12 +35,12 @@ class BoxContainer : public QObject
{ Q_OBJECT
public:
/**
- * Constructor: everything is passed to QObject.
+ * Constructor: everything is passed to TQObject.
*
* @param parent The parent of this object
* @param name The name of this object
*/
- BoxContainer( QObject *parent = 0, const char * name = 0 );
+ BoxContainer( TQObject *parent = 0, const char * name = 0 );
/**
* Destructor
*/
@@ -90,7 +90,7 @@ protected:
/**
* The list of BoxContainerItems.
*/
- QPtrList< BoxContainerItem > *_items;
+ TQPtrList< BoxContainerItem > *_items;
signals:
/**