diff options
Diffstat (limited to 'tdm/kfrontend/themer/tdmpixmap.h')
-rw-r--r-- | tdm/kfrontend/themer/tdmpixmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdm/kfrontend/themer/tdmpixmap.h b/tdm/kfrontend/themer/tdmpixmap.h index faa71a034..eb304fde3 100644 --- a/tdm/kfrontend/themer/tdmpixmap.h +++ b/tdm/kfrontend/themer/tdmpixmap.h @@ -27,15 +27,15 @@ //#include <tqrect.h> #include <tqpixmap.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> /* * KdmPixmap. A pixmap element */ class KdmPixmap : public KdmItem { - Q_OBJECT + TQ_OBJECT public: KdmPixmap( KdmItem *parent, const TQDomNode &node, const char *name = 0 ); |