summaryrefslogtreecommitdiffstats
path: root/libtdepim/kxface.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/kxface.h')
-rw-r--r--libtdepim/kxface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/kxface.h b/libtdepim/kxface.h
index d6a235d8..275c6661 100644
--- a/libtdepim/kxface.h
+++ b/libtdepim/kxface.h
@@ -30,7 +30,7 @@
#include <tqobject.h>
#include <setjmp.h>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
// #define WIDTH 48
// #define HEIGHT WIDTH
@@ -519,9 +519,9 @@ class TQString;
namespace KPIM {
- class KDE_EXPORT KXFace : public TQObject
+ class TDE_EXPORT KXFace : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -565,7 +565,7 @@ namespace KPIM {
void RevPush(const Prob *p);
void BigPush(Prob *p);
- int BigPop(register const Prob *p);
+ int BigPop(const Prob *p);
void BigDiv(unsigned char a, unsigned char *r);
void BigMul(unsigned char a);
void BigAdd(unsigned char a);