diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-17 20:03:11 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-17 20:03:11 +0200 |
commit | 503fddb48f2229ecc6ed6930a99c4d740ff979e5 (patch) | |
tree | 81206d9572927fd636b43a00005808cec6c0ce3e /kpacman-api/kpacman_h.html | |
parent | e0031ac458d4f414ae583a709d48c4cb0f14b09e (diff) | |
download | tdepacman-503fddb48f2229ecc6ed6930a99c4d740ff979e5.tar.gz tdepacman-503fddb48f2229ecc6ed6930a99c4d740ff979e5.zip |
Second step, convert to tqt3 libraries.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman-api/kpacman_h.html')
-rw-r--r-- | kpacman-api/kpacman_h.html | 6 |
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(); }; |