summaryrefslogtreecommitdiffstats
path: root/kpacman-api/kpacman_h.html
diff options
context:
space:
mode:
Diffstat (limited to 'kpacman-api/kpacman_h.html')
-rw-r--r--kpacman-api/kpacman_h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpacman-api/kpacman_h.html b/kpacman-api/kpacman_h.html
index e6cd156..ecd4846 100644
--- a/kpacman-api/kpacman_h.html
+++ b/kpacman-api/kpacman_h.html
@@ -51,15 +51,15 @@
#endif
#include <kapp.h>
-#include <qwidget.h>
+#include <ntqwidget.h>
/** Kpacman is the base class of the project */
-class Kpacman : public QWidget
+class Kpacman : public TQWidget
{
Q_OBJECT
public:
/** construtor */
- Kpacman(QWidget* parent=0, const char *name=0);
+ Kpacman(TQWidget* parent=0, const char *name=0);
/** destructor */
~Kpacman();
};