summaryrefslogtreecommitdiffstats
path: root/kpager/kpager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpager/kpager.h')
-rw-r--r--kpager/kpager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpager/kpager.h b/kpager/kpager.h
index 4a3d2ef8f..7fdd7d573 100644
--- a/kpager/kpager.h
+++ b/kpager/kpager.h
@@ -36,7 +36,7 @@ class TQPopupMenu;
class KPagerMainWindow : public TDEMainWindow, public virtual KPagerIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPagerMainWindow(TQWidget *parent=0, const char *name=0);
@@ -59,7 +59,7 @@ protected:
class KPager : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
friend class KPagerMainWindow;