summaryrefslogtreecommitdiffstats
path: root/tdm/kfrontend/kgapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdm/kfrontend/kgapp.h')
-rw-r--r--tdm/kfrontend/kgapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdm/kfrontend/kgapp.h b/tdm/kfrontend/kgapp.h
index 4b6c65f6a..1acbcf187 100644
--- a/tdm/kfrontend/kgapp.h
+++ b/tdm/kfrontend/kgapp.h
@@ -34,13 +34,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#endif
class GreeterApp : public TDEApplication {
- Q_OBJECT
+ TQ_OBJECT
typedef TDEApplication inherited;
public:
GreeterApp();
GreeterApp(Display *dpy);
- GreeterApp(Display *dpy, Qt::HANDLE visual, Qt::HANDLE colormap);
+ GreeterApp(Display *dpy, TQt::HANDLE visual, TQt::HANDLE colormap);
~GreeterApp();
virtual bool x11EventFilter( XEvent * );