summaryrefslogtreecommitdiffstats
path: root/src/basket_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basket_part.h')
-rw-r--r--src/basket_part.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/basket_part.h b/src/basket_part.h
index 6d9dc70..9cfbb76 100644
--- a/src/basket_part.h
+++ b/src/basket_part.h
@@ -24,10 +24,10 @@
#include <kparts/part.h>
#include <kparts/factory.h>
-class QWidget;
-class QPainter;
+class TQWidget;
+class TQPainter;
class KURL;
-class QMultiLineEdit;
+class TQMultiLineEdit;
class BNPView;
/**
@@ -41,12 +41,13 @@ class BNPView;
class BasketPart : public KParts::ReadWritePart
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Default constructor
*/
- BasketPart(QWidget *parentWidget, const char *widgetName,
- QObject *parent, const char *name, const QStringList &);
+ BasketPart(TQWidget *tqparentWidget, const char *widgetName,
+ TQObject *tqparent, const char *name, const TQStringList &);
/**
* Destructor
@@ -82,7 +83,7 @@ public:
virtual bool saveFile();
protected slots:
- void setCaption(const QString &caption);
+ void setCaption(const TQString &caption);
private:
BNPView *m_view;